Validate ntp is running and synchronised

Change-Id: I8191be95b1091289f9e93dddbc3ec449cbd910c5
This commit is contained in:
Tomas Sedovic 2016-08-11 12:33:42 +02:00
parent 7456102348
commit 31874e7aad
1 changed files with 16 additions and 0 deletions

16
validations/ntpstat.yaml Normal file
View File

@ -0,0 +1,16 @@
---
- hosts: overcloud
vars:
metadata:
name: Verify all deployed nodes have their clock synchronised.
description: >
Each overcloud node should have their clocks synchronised.
The deployment should configure and run ntpd. This validation verifies
that it is indeed running and connected to an NPT server on all nodes.
groups:
- post-deployment
tasks:
- name: Run ntpstat
# ntpstat returns 0 if synchronised and non-zero otherwise:
command: ntpstat