Merge "Set EnablePacemaker == false be default"
This commit is contained in:
commit
1781c64bfc
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user