From ec6bfcb7b8fe8203dfd312d616eefa0256c287f4 Mon Sep 17 00:00:00 2001 From: David J Peacock Date: Mon, 10 Jan 2022 11:15:13 -0500 Subject: [PATCH] add pre-update and pre-upgrade groups to ntp playbook It's important to add NTP to pre-upgrade and pre-update groups to ensure NTP presence and synchronization prior to these important functions. Recent events have highlighted the necessity of this. Change-Id: I5bcd45b766d94adf4e7c0e8a6e0f83d5d3c23b25 --- validations_common/playbooks/ntp.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/validations_common/playbooks/ntp.yaml b/validations_common/playbooks/ntp.yaml index 978bd58..5e4406b 100644 --- a/validations_common/playbooks/ntp.yaml +++ b/validations_common/playbooks/ntp.yaml @@ -11,6 +11,8 @@ that it is indeed running and connected to an NTP server on all nodes. groups: - post-deployment + - pre-update + - pre-upgrade categories: - networking - time