tripleo-validations/doc/source/roles/role-check_ntp_reachability.rst
Veronika Fisarova dbb5cb2e0e Check the time synchronization and list the NTP servers chrony is trying to access
Time synchronization is essential for successful deployment. The chrony daemon is used for connection with the NTP pool for receiving time data, if the connection is unsuccessful the deployment fails. This validation is recommended to run if the deployment is failing on time synchronization task. This validation checks if the time is synchronized and prints NTP servers chrony is trying to access.

Signed-off-by: Veronika Fisarova <vfisarov@redhat.com>
Change-Id: Ia25673018b9ae1a44a068291de182ebf827466a1
2022-09-27 12:52:42 +02:00

641 B

check_ntp_reachability

About The Role

An Ansible role that will check if the time is synchronised with the NTP servers. The role fails, if the time is not NTP synchronised and prints NTP servers which chrony is trying to synchronise with. This role is recommended to run, if the Undercloud deployment fails on NTP synchronisation task.

Requirements

This role runs on Undercloud.

License

Apache

Author Information

Red Hat TripleO Validations Team