Update config template with recent changes
1) Add debug flag 2) Move intervals config up one level
This commit is contained in:
parent
41c2dcd330
commit
c83995ff1d
|
@ -4,6 +4,7 @@
|
||||||
pvc:
|
pvc:
|
||||||
node: {% for node in pvc_nodes if node.hostname == ansible_hostname %}{{ node.hostname }}{% endfor %}
|
node: {% for node in pvc_nodes if node.hostname == ansible_hostname %}{{ node.hostname }}{% endfor %}
|
||||||
|
|
||||||
|
debug: False
|
||||||
functions:
|
functions:
|
||||||
enable_hypervisor: True
|
enable_hypervisor: True
|
||||||
enable_networking: True
|
enable_networking: True
|
||||||
|
@ -37,11 +38,11 @@ pvc:
|
||||||
user: pvcdns
|
user: pvcdns
|
||||||
pass: PVCdnsPassw0rd
|
pass: PVCdnsPassw0rd
|
||||||
system:
|
system:
|
||||||
fencing:
|
|
||||||
intervals:
|
intervals:
|
||||||
keepalive_interval: 5
|
keepalive_interval: 5
|
||||||
fence_intervals: 6
|
fence_intervals: 6
|
||||||
suicide_intervals: 0
|
suicide_intervals: 0
|
||||||
|
fencing:
|
||||||
actions:
|
actions:
|
||||||
successful_fence: migrate
|
successful_fence: migrate
|
||||||
failed_fence: None
|
failed_fence: None
|
||||||
|
|
Loading…
Reference in New Issue