Add posibilities to configure replication_probe_interval
Add posibilities to configure replication_probe_interval for ovsdb-server by OVNDBSReplicationInterval. It configure probe interval for connection for ovsdb-server when it is in backup mode and connects to the active ovsdb-server for replication Depends-On: https://review.opendev.org/#/c/710424/ Change-Id: I94f66ebe5970305a613e8741c00d8fdbc1cc161f
This commit is contained in:
@@ -84,7 +84,12 @@ parameters:
|
||||
description: timeout for monitor of ovn dbs resource in seconds
|
||||
type: number
|
||||
default: 60
|
||||
|
||||
OVNDBSReplicationInterval:
|
||||
description: Probe interval for ovsdb-server. It configure probe
|
||||
interval for connection for ovsdb-server when it is
|
||||
in backup mode and connects to the active ovsdb-server for replication
|
||||
type: number
|
||||
default: 60000
|
||||
|
||||
conditions:
|
||||
puppet_debug_enabled: {get_param: ConfigDebug}
|
||||
@@ -140,6 +145,7 @@ outputs:
|
||||
- tripleo::profile::pacemaker::ovn_dbs_bundle::sb_db_port: {get_param: OVNSouthboundServerPort}
|
||||
- tripleo::profile::pacemaker::ovn_dbs_bundle::container_backend: {get_param: ContainerCli}
|
||||
- tripleo::profile::pacemaker::ovn_dbs_bundle::dbs_timeout: {get_param: OVNDBSPacemakerTimeout}
|
||||
- tripleo::profile::pacemaker::ovn_dbs_bundle::replication_probe_interval: {get_param: OVNDBSReplicationInterval}
|
||||
- tripleo::haproxy::ovn_dbs_manage_lb:
|
||||
if:
|
||||
- use_external_load_balancer
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Add posibilities to configure replication_probe_interval for ovsdb-server
|
||||
by OVNDBSReplicationInterval.
|
||||
It configure probe interval for connection for ovsdb-server when it is
|
||||
in backup mode and connects to the active ovsdb-server for replication
|
||||
Reference in New Issue
Block a user