Enable mysql_clustercheck for Pacemaker scenario
authorGiulio Fidente <gfidente@redhat.com>
Thu, 25 Jun 2015 00:36:17 +0000 (02:36 +0200)
committerGiulio Fidente <gfidente@redhat.com>
Thu, 25 Jun 2015 00:36:54 +0000 (02:36 +0200)
Change-Id: I154c90e6d019807758332e3aefe5dde9d79db6ac
Related-Bug: 1456701
Depends-On: I7199c7e5d759a76f58c0f48b40e9d460a3163886

puppet/manifests/overcloud_controller_pacemaker.pp

index 8b69c24..8f26af0 100644 (file)
@@ -56,6 +56,7 @@ if hiera('step') >= 1 {
     controller_hosts       => $controller_node_ips,
     controller_hosts_names => $controller_node_names,
     manage_vip             => false,
+    mysql_clustercheck     => true,
     haproxy_service_manage => false,
   }