Set EnablePacemaker == false be default
authorDan Prince <dprince@redhat.com>
Wed, 22 Apr 2015 12:47:37 +0000 (08:47 -0400)
committerDan Prince <dprince@redhat.com>
Wed, 22 Apr 2015 12:47:37 +0000 (08:47 -0400)
Pacemaker is a new feature and should probably be disabled
by default.

Change-Id: I840d08c9e0563aeb7128eb2b21929612b7a5bf7a

controller.yaml
overcloud-without-mergepy.yaml
puppet/controller-puppet.yaml

index 4037fb0..fe3e794 100644 (file)
@@ -68,7 +68,7 @@ parameters:
     description: Whether to use Galera instead of regular MariaDB.
     type: boolean
   EnablePacemaker:
-    default: true
+    default: false
     description: If enabled services will be monitored by Pacemaker; it
       will manage VIPs as well, in place of Keepalived.
     type: boolean
index 32dc970..6730a7a 100644 (file)
@@ -264,7 +264,7 @@ parameters:
     description: Whether to use Galera instead of regular MariaDB.
     type: boolean
   EnablePacemaker:
-    default: true
+    default: false
     description: If enabled services will be monitored by Pacemaker; it
       will manage VIPs as well, in place of Keepalived.
     type: boolean
index a23a1db..0aad442 100644 (file)
@@ -68,7 +68,7 @@ parameters:
     description: Whether to use Galera instead of regular MariaDB.
     type: boolean
   EnablePacemaker:
-    default: true
+    default: false
     description: If enabled services will be monitored by Pacemaker; it
       will manage VIPs as well, in place of Keepalived.
     type: boolean