aboutsummaryrefslogtreecommitdiffstats
path: root/controller.yaml
diff options
context:
space:
mode:
authorGiulio Fidente <gfidente@redhat.com>2015-04-17 20:19:36 +0200
committerGiulio Fidente <gfidente@redhat.com>2015-04-20 15:43:28 -0400
commitf7826b8a3a083a1776c5f1f02526232a3bf32d4d (patch)
tree7ee78b8b5a03438ac52641866328c83ab2541436 /controller.yaml
parent40148f70d0bc1d41e65f16928fa47723e4541e15 (diff)
Perform basic setup of Pacemaker cluster using puppet-pacemaker
Depends-On: Ia1bbf53c674e34ba7c70249895b106ec0af3c249 Change-Id: Ifa9f579d26a3cba9f8705226984c7b987ae0ad1c
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: >