diff --git a/puppet/services/ovn-controller.yaml b/puppet/services/ovn-controller.yaml index 52bbc54694..4932718493 100644 --- a/puppet/services/ovn-controller.yaml +++ b/puppet/services/ovn-controller.yaml @@ -62,6 +62,10 @@ parameters: description: | Enable OVS Hardware Offload. This feature supported from OVS 2.8.0 type: boolean + OVNRemoteProbeInterval: + description: Probe interval in ms + type: number + default: 60000 resources: # Merging role-specific parameters (RoleParameters) with the default parameters. @@ -102,6 +106,7 @@ outputs: $NETWORK: {get_param: [ServiceNetMap, NeutronTenantNetwork]} ovn::controller::ovn_bridge: {get_param: OVNIntegrationBridge} nova::compute::force_config_drive: {if: [force_config_drive, true, false]} + ovn::controller::ovn_remote_probe_interval: {get_param: OVNRemoteProbeInterval} tripleo.ovn_controller.firewall_rules: '118 neutron vxlan networks': proto: 'udp'