Merge "Set EnablePacemaker == false be default"

This commit is contained in:
Jenkins 2015-04-22 20:05:51 +00:00 committed by Gerrit Code Review
commit 1781c64bfc
3 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@ parameters:
description: Whether to use Galera instead of regular MariaDB. description: Whether to use Galera instead of regular MariaDB.
type: boolean type: boolean
EnablePacemaker: EnablePacemaker:
default: true default: false
description: If enabled services will be monitored by Pacemaker; it description: If enabled services will be monitored by Pacemaker; it
will manage VIPs as well, in place of Keepalived. will manage VIPs as well, in place of Keepalived.
type: boolean type: boolean

View File

@ -264,7 +264,7 @@ parameters:
description: Whether to use Galera instead of regular MariaDB. description: Whether to use Galera instead of regular MariaDB.
type: boolean type: boolean
EnablePacemaker: EnablePacemaker:
default: true default: false
description: If enabled services will be monitored by Pacemaker; it description: If enabled services will be monitored by Pacemaker; it
will manage VIPs as well, in place of Keepalived. will manage VIPs as well, in place of Keepalived.
type: boolean type: boolean

View File

@ -68,7 +68,7 @@ parameters:
description: Whether to use Galera instead of regular MariaDB. description: Whether to use Galera instead of regular MariaDB.
type: boolean type: boolean
EnablePacemaker: EnablePacemaker:
default: true default: false
description: If enabled services will be monitored by Pacemaker; it description: If enabled services will be monitored by Pacemaker; it
will manage VIPs as well, in place of Keepalived. will manage VIPs as well, in place of Keepalived.
type: boolean type: boolean