Skip to content

Commit 7e29042

Browse files
committed
uni04delta-ipv6: No OVN DHCP for baremetal ports
Adds ovn/disable_ovn_dhcp_for_baremetal_ports configuration to the uni04delta-ipv6 config_download.yaml using `neutron::config::plugin_ml2_config`. This disables OVN's built-in DHCP service for baremetal ports, allowing external DHCP to be used instead. Uses the config class approach since the direct puppet parameter was not backported to OSP 17.1. Jira: OSPRH-20021 Signed-off-by: Harald Jensås <hjensas@redhat.com>
1 parent d2682e5 commit 7e29042

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scenarios/uni04delta-ipv6/config_download.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ parameter_defaults:
4747
nova::compute::libvirt::virt_type: qemu
4848
ExtraConfig:
4949
neutron::notification_driver: 'noop'
50+
neutron::config::plugin_ml2_config:
51+
ovn/disable_ovn_dhcp_for_baremetal_ports:
52+
value: true
5053
BarbicanSimpleCryptoGlobalDefault: true
5154
Debug: true
5255
DockerPuppetDebug: true

0 commit comments

Comments
 (0)