diff --git a/deployment/ovn/ovn-dbs-pacemaker-puppet.yaml b/deployment/ovn/ovn-dbs-pacemaker-puppet.yaml index e7fbb92c69..7118fec119 100644 --- a/deployment/ovn/ovn-dbs-pacemaker-puppet.yaml +++ b/deployment/ovn/ovn-dbs-pacemaker-puppet.yaml @@ -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 diff --git a/releasenotes/notes/replication_probe_interval_ovn_dbs-4aab423180fb6847.yaml b/releasenotes/notes/replication_probe_interval_ovn_dbs-4aab423180fb6847.yaml new file mode 100644 index 0000000000..d675b65312 --- /dev/null +++ b/releasenotes/notes/replication_probe_interval_ovn_dbs-4aab423180fb6847.yaml @@ -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