56453eaee8
Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
15 lines
414 B
YAML
15 lines
414 B
YAML
---
|
|
- hosts: overcloud
|
|
vars:
|
|
metadata:
|
|
name: Verify all deployed servers have their clock synchronised
|
|
description: >
|
|
Each node should have their clocks synchronised.
|
|
|
|
The deployment should configure and run chronyd. This validation verifies
|
|
that it is indeed running and connected to an NTP server on all nodes.
|
|
groups:
|
|
- post-deployment
|
|
roles:
|
|
- ntp
|