From c83995ff1d8a0368f9405a68aaf28c618e675a5b Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:21 -0400 Subject: [PATCH] Update config template with recent changes 1) Add debug flag 2) Move intervals config up one level --- roles/pvc/templates/pvc/pvcd.yaml.j2 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/roles/pvc/templates/pvc/pvcd.yaml.j2 b/roles/pvc/templates/pvc/pvcd.yaml.j2 index 2921aff..b85cb63 100644 --- a/roles/pvc/templates/pvc/pvcd.yaml.j2 +++ b/roles/pvc/templates/pvc/pvcd.yaml.j2 @@ -4,6 +4,7 @@ pvc: node: {% for node in pvc_nodes if node.hostname == ansible_hostname %}{{ node.hostname }}{% endfor %} + debug: False functions: enable_hypervisor: True enable_networking: True @@ -37,11 +38,11 @@ pvc: user: pvcdns pass: PVCdnsPassw0rd system: + intervals: + keepalive_interval: 5 + fence_intervals: 6 + suicide_intervals: 0 fencing: - intervals: - keepalive_interval: 5 - fence_intervals: 6 - suicide_intervals: 0 actions: successful_fence: migrate failed_fence: None