aboutsummaryrefslogtreecommitdiffstats
path: root/controller.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-04-21 10:57:51 +0000
committerGerrit Code Review <review@openstack.org>2015-04-21 10:57:51 +0000
commit5513b5e61c3c26b883d1ab7a9b356bb01d881101 (patch)
treea022adc88a6686709a8af9647bc8c4c2866fa916 /controller.yaml
parentb096c3225eec3f87ca795a377af917b0dead9ba3 (diff)
parentf7826b8a3a083a1776c5f1f02526232a3bf32d4d (diff)
Merge "Perform basic setup of Pacemaker cluster using puppet-pacemaker"
Diffstat (limited to 'controller.yaml')
-rw-r--r--controller.yaml11
1 files changed, 8 insertions, 3 deletions
diff --git a/controller.yaml b/controller.yaml
index 4a21bac7..4037fb08 100644
--- a/controller.yaml
+++ b/controller.yaml
@@ -59,9 +59,6 @@ parameters:
default: 'br-ex'
description: Interface where virtual ip will be assigned.
type: string
- CorosyncAuthKey:
- description: Auth encryption key for corosync
- type: string
Debug:
default: ''
description: Set to True to enable debugging on all services.
@@ -70,6 +67,11 @@ parameters:
default: true
description: Whether to use Galera instead of regular MariaDB.
type: boolean
+ EnablePacemaker:
+ default: true
+ description: If enabled services will be monitored by Pacemaker; it
+ will manage VIPs as well, in place of Keepalived.
+ type: boolean
ExtraConfig:
default: {}
description: |
@@ -305,6 +307,9 @@ parameters:
NtpServer:
type: string
default: ''
+ PcsdPassword:
+ type: string
+ description: The password for the 'pcsd' user.
PublicVirtualInterface:
default: 'br-ex'
description: >