Merge "mlnx: Set dhcp_broadcase_reply consistently"

This commit is contained in:
Zuul 2023-01-11 05:15:12 +00:00 committed by Gerrit Code Review
commit dac5973f49
2 changed files with 7 additions and 1 deletions

View File

@ -46,6 +46,10 @@ parameters:
default: 'ib0'
tags:
- role_specific
NeutronDhcpServerBroadcastReply:
default: false
description: Neutron DHCP agent to use broadcast in DHCP replies
type: boolean
resources:
ContainersCommon:
@ -87,7 +91,7 @@ outputs:
- neutron::agents::ml2::mlnx::enabled: False
neutron::agents::ml2::mlnx::manage_service: False
neutron::agents::ml2::mlnx::manage_package: False
neutron::agents::ml2::mlnx::dhcp_broadcast_reply: true
neutron::agents::ml2::mlnx::dhcp_broadcast_reply: {get_param: NeutronDhcpServerBroadcastReply}
neutron::agents::ml2::mlnx::interface_driver: {get_param: NeutronInterfaceDriver}
neutron::agents::ml2::mlnx::enable_multi_interface_driver_cache_maintenance : true
puppet_config:

View File

@ -9,6 +9,8 @@ parameter_defaults:
NeutronPluginExtensions: "qos,port_security"
NeutronPhysicalDevMappings: ['datacentre:ib0']
NeutronInterfaceDriver: 'multi'
NeutronDhcpServerBroadcastReply: true
NovaSchedulerEnabledFilters:
- ComputeFilter
- ComputeCapabilitiesFilter