Merge "Add the ability to configure ovn-remote-probe-interval" into stable/queens

This commit is contained in:
Zuul 2019-08-16 00:51:33 +00:00 committed by Gerrit Code Review
commit cfe922a6f3
1 changed files with 5 additions and 0 deletions

View File

@ -62,6 +62,10 @@ parameters:
description: | description: |
Enable OVS Hardware Offload. This feature supported from OVS 2.8.0 Enable OVS Hardware Offload. This feature supported from OVS 2.8.0
type: boolean type: boolean
OVNRemoteProbeInterval:
description: Probe interval in ms
type: number
default: 60000
resources: resources:
# Merging role-specific parameters (RoleParameters) with the default parameters. # Merging role-specific parameters (RoleParameters) with the default parameters.
@ -102,6 +106,7 @@ outputs:
$NETWORK: {get_param: [ServiceNetMap, NeutronTenantNetwork]} $NETWORK: {get_param: [ServiceNetMap, NeutronTenantNetwork]}
ovn::controller::ovn_bridge: {get_param: OVNIntegrationBridge} ovn::controller::ovn_bridge: {get_param: OVNIntegrationBridge}
nova::compute::force_config_drive: {if: [force_config_drive, true, false]} 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: tripleo.ovn_controller.firewall_rules:
'118 neutron vxlan networks': '118 neutron vxlan networks':
proto: 'udp' proto: 'udp'