Merge "Add the ability to configure ovn-remote-probe-interval"
This commit is contained in:
commit
577640a9c9
@ -74,6 +74,10 @@ parameters:
|
|||||||
type: boolean
|
type: boolean
|
||||||
tags:
|
tags:
|
||||||
- role_specific
|
- role_specific
|
||||||
|
OVNRemoteProbeInterval:
|
||||||
|
description: Probe interval in ms
|
||||||
|
type: number
|
||||||
|
default: 60000
|
||||||
|
|
||||||
conditions:
|
conditions:
|
||||||
force_config_drive: {equals: [{get_param: OVNMetadataEnabled}, false]}
|
force_config_drive: {equals: [{get_param: OVNMetadataEnabled}, false]}
|
||||||
@ -118,6 +122,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}
|
||||||
ovn::controller::hostname: "%{hiera('fqdn_canonical')}"
|
ovn::controller::hostname: "%{hiera('fqdn_canonical')}"
|
||||||
|
ovn::controller::ovn_remote_probe_interval: {get_param: OVNRemoteProbeInterval}
|
||||||
tripleo::profile::base::neutron::agents::ovn::ovn_db_host: {get_param: [EndpointMap, OvnDbInternal, host_nobrackets]}
|
tripleo::profile::base::neutron::agents::ovn::ovn_db_host: {get_param: [EndpointMap, OvnDbInternal, host_nobrackets]}
|
||||||
tripleo::ovn_controller::firewall_rules:
|
tripleo::ovn_controller::firewall_rules:
|
||||||
'118 neutron vxlan networks':
|
'118 neutron vxlan networks':
|
||||||
|
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- |
|
||||||
|
This parameter sets inactive probe interval of the JSON session
|
||||||
|
from ovn-controller to the OVN SB database. By default this it
|
||||||
|
is 5s which not be sufficient in loaded systems or during high
|
||||||
|
control-plane activity spikes, leading to unnecessary reconnections
|
||||||
|
to OVSDB server. Now it is extended by default to 1 min and it is
|
||||||
|
configurable by param OVNRemoteProbeInterval.
|
Loading…
Reference in New Issue
Block a user