Files
tripleo-validations/playbooks/ntp.yaml
Cédric Jeanneret 1a4991daf3 Updated "overcloud" to "allovercloud" group
Apparently this is the new term to access all the overcloud nodes.

Change-Id: I07fd17501ea66d229549fcf4031ae4126b055906
2020-08-06 17:20:13 +02:00

15 lines
425 B
YAML

---
- hosts: allovercloud
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 chronyd. This validation verifies
that it is indeed running and connected to an NTP server on all nodes.
groups:
- post-deployment
roles:
- ntp