Hide Forgot
Description of problem: Some user using undercloud as NTP server without doing any ntp config on it its better to have if deploy command check it & issue warning if ntp is not configured . Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. 2. 3. Actual results: Due to time difference between controller & compute nodes nova services were keep on dying Expected results: All nodes should sync to NTP or should have some warning or error if NTP is not reachable Additional info: Nova logs or nothing points to issue is due to NTP time sync sync
There is a validation that checks clock synchronization across nodes: https://github.com/openstack/tripleo-validations/blob/master/validations/ntpstat.yaml Anil, can you confirm that it would help with the undercloud-as-ntp-server case?