Skip to content

Commit

Permalink
adoption_osp_deploy : br-baremetal ovs_bridge
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
hjensas authored and ciecierski committed Feb 10, 2025
1 parent 4540273 commit a1221a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ network_config:
{% if 'ironic' in _node_net.networks.keys () %}
{% set net = _node_net.networks.ironic %}
# ironic
- type: linux_bridge
- type: ovs_bridge
name: br-baremetal
addresses:
- ip_netmask: {{ net.ip_v4 }}/{{ net.prefix_length_v4 }}
Expand Down

0 comments on commit a1221a4

Please sign in to comment.