diff options
author | Dan Prince <dprince@redhat.com> | 2015-04-22 08:47:37 -0400 |
---|---|---|
committer | Dan Prince <dprince@redhat.com> | 2015-04-22 08:47:37 -0400 |
commit | 1f7426a014f0f83ace4d2b3531014e22f7778b4d (patch) | |
tree | 26035e5d295bf19bf75de64e3c93bd365b49f1ea | |
parent | 5513b5e61c3c26b883d1ab7a9b356bb01d881101 (diff) |
Set EnablePacemaker == false be default
Pacemaker is a new feature and should probably be disabled
by default.
Change-Id: I840d08c9e0563aeb7128eb2b21929612b7a5bf7a
-rw-r--r-- | controller.yaml | 2 | ||||
-rw-r--r-- | overcloud-without-mergepy.yaml | 2 | ||||
-rw-r--r-- | puppet/controller-puppet.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/controller.yaml b/controller.yaml index 4037fb08..fe3e794b 100644 --- a/controller.yaml +++ b/controller.yaml @@ -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 diff --git a/overcloud-without-mergepy.yaml b/overcloud-without-mergepy.yaml index 32dc9709..6730a7a4 100644 --- a/overcloud-without-mergepy.yaml +++ b/overcloud-without-mergepy.yaml @@ -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 diff --git a/puppet/controller-puppet.yaml b/puppet/controller-puppet.yaml index a23a1db3..0aad4423 100644 --- a/puppet/controller-puppet.yaml +++ b/puppet/controller-puppet.yaml @@ -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 |