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.
  • Loading branch information
hjensas committed Jan 30, 2025
1 parent 6295c4e commit 862cf80
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 862cf80

Please sign in to comment.