File tree Expand file tree Collapse file tree
dataplane_adoption/defaults Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 {{ oc_header }}
55 CONTROLLER1_SSH="{{ controller1_ssh }}"
66 oc set data secret/osp-secret \
7- "BarbicanSimpleCryptoKEK=$($CONTROLLER1_SSH "sudo python3 -c \"import configparser; c = configparser.ConfigParser(); \
8- c.read('/var/lib/config-data/puppet-generated/barbican/etc/barbican/barbican.conf'); print(c['simple_crypto_plugin']['kek'])\"")"
7+ "BarbicanSimpleCryptoKEK=$($CONTROLLER1_SSH \
8+ "sudo python3 -c \"import configparser; c = configparser.ConfigParser(); \
9+ c.read('/var/lib/config-data/puppet-generated/barbican/etc/barbican/barbican.conf'); print(c['simple_crypto_plugin']['kek'])\"")"
910
1011 - name : deploy podified Barbican
1112 ansible.builtin.shell : |
Original file line number Diff line number Diff line change @@ -207,19 +207,19 @@ edpm_network_config_template_bgp: |
207207neutron_physical_bridge_name : br-ctlplane
208208neutron_public_interface_name : " {{ dataplane_public_iface | default('eth0') }}"
209209edpm_sshd_allowed_ranges : >
210- " {% if ipv6_enabled | default(false) %}
211- {{
212- [ctlplane_prefix_ipv6 | default('fd00:aaaa') + '::/64']
213- if dataplane_os_net_config_set_route|default(true)|bool
214- else ['::/0']
215- }}
216- {% else %}
217- {{
218- [ctlplane_prefix | default('192.168.122') + '.0/24']
219- if dataplane_os_net_config_set_route|default(true)|bool
220- else ['0.0.0.0/0']
221- }}
222- {% endif %}"
210+ {% if ipv6_enabled | default(false) %}
211+ {{
212+ [ctlplane_prefix_ipv6 | default('fd00:aaaa') + '::/64']
213+ if dataplane_os_net_config_set_route|default(true)|bool
214+ else ['::/0']
215+ }}
216+ {% else %}
217+ {{
218+ [ctlplane_prefix | default('192.168.122') + '.0/24']
219+ if dataplane_os_net_config_set_route|default(true)|bool
220+ else ['0.0.0.0/0']
221+ }}
222+ {% endif %}
223223edpm_neutron_sriov_agent_enabled : true
224224edpm_neutron_dhcp_agent_enabled : true
225225nova_libvirt_backend : local
You can’t perform that action at this time.
0 commit comments