Skip to content

Commit a1221a4

Browse files
hjensasciecierski
authored andcommitted
adoption_osp_deploy : br-baremetal ovs_bridge
Change the NIC config template for OSP 17.1 deployment to use a ovs_bridge for the br-baremetal interface. Fixes issues in OVS wiring, when using linux bridge the patch to br-int was not created and tap interfaces (qdhcp) was not correctly wired. This also aligns the configuration used with the documentation.
1 parent 4540273 commit a1221a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/adoption_osp_deploy/templates/os_net_config_overcloud.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ network_config:
4343
{% if 'ironic' in _node_net.networks.keys () %}
4444
{% set net = _node_net.networks.ironic %}
4545
# ironic
46-
- type: linux_bridge
46+
- type: ovs_bridge
4747
name: br-baremetal
4848
addresses:
4949
- ip_netmask: {{ net.ip_v4 }}/{{ net.prefix_length_v4 }}

0 commit comments

Comments
 (0)