Merge "Allow the override of pacemaker::corosync::settle_tries"
This commit is contained in:
commit
4774913d09
@ -39,6 +39,12 @@ parameters:
|
|||||||
description: The password for the 'pcsd' user for pacemaker.
|
description: The password for the 'pcsd' user for pacemaker.
|
||||||
hidden: true
|
hidden: true
|
||||||
default: ''
|
default: ''
|
||||||
|
CorosyncSettleTries:
|
||||||
|
type: number
|
||||||
|
description: Number of tries for cluster settling. This has the
|
||||||
|
same default as the pacemaker puppet module. Override
|
||||||
|
to a smaller value when in need to replace a controller node.
|
||||||
|
default: 360
|
||||||
FencingConfig:
|
FencingConfig:
|
||||||
default: {}
|
default: {}
|
||||||
description: |
|
description: |
|
||||||
@ -97,6 +103,7 @@ outputs:
|
|||||||
pacemaker::resource_defaults::defaults:
|
pacemaker::resource_defaults::defaults:
|
||||||
resource-stickiness: { value: INFINITY }
|
resource-stickiness: { value: INFINITY }
|
||||||
corosync_token_timeout: 10000
|
corosync_token_timeout: 10000
|
||||||
|
pacemaker::corosync::settle_tries: {get_param: CorosyncSettleTries}
|
||||||
tripleo.pacemaker.firewall_rules:
|
tripleo.pacemaker.firewall_rules:
|
||||||
'130 pacemaker tcp':
|
'130 pacemaker tcp':
|
||||||
proto: 'tcp'
|
proto: 'tcp'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user