aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/ovn-dbs.yaml
diff options
context:
space:
mode:
authorNuman Siddique <nusiddiq@redhat.com>2017-06-11 06:25:10 +0530
committerNuman Siddique <nusiddiq@redhat.com>2017-06-12 15:05:40 +0530
commitb327ea5d8680afc502e5874563951ecb25f28f5d (patch)
tree239563a1eaef152f8f46d6036994ad60f79d73df /puppet/services/ovn-dbs.yaml
parenteab0cd441ccce9521edea43fbc657bac18d06970 (diff)
Pacemaker HA suport for OVN DB servers
This patch adds the templates required to enable the OVN DB servers to be started in master/slave mode in the pacemaker cluster. For the OVN DBs base profile, ::tripleo::haproxy expects the parameter 'ovn_dbs_manage_lb' set to true in order for it to configure OVN DBs for load balancing (please see this commit [1]). So this patch sets 'ovn_dbs_manage_lb' to true. [1] - I9dc366002ef5919339961e5deebbf8aa815c73db Co-authored-by: Babu Shanmugam (babu.shanmugam@gmail.com) Depends-on: I94d3960e6c5406e3af309cc8c787ac0a6c9b1756 Change-Id: I60c55abfc523973aa926d8a12ec77f198d885916 Closes-bug: #1670564
Diffstat (limited to 'puppet/services/ovn-dbs.yaml')
-rw-r--r--puppet/services/ovn-dbs.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/services/ovn-dbs.yaml b/puppet/services/ovn-dbs.yaml
index 20c38d8a..df234c77 100644
--- a/puppet/services/ovn-dbs.yaml
+++ b/puppet/services/ovn-dbs.yaml
@@ -44,6 +44,7 @@ outputs:
ovn::northbound::port: {get_param: OVNNorthboundServerPort}
ovn::southbound::port: {get_param: OVNSouthboundServerPort}
ovn::northd::dbs_listen_ip: {get_param: [ServiceNetMap, OvnDbsNetwork]}
+ tripleo::haproxy::ovn_dbs_manage_lb: true
tripleo.ovn_dbs.firewall_rules:
'121 OVN DB server ports':
proto: 'tcp'