Hi I am trying to deploy overcloud using this link, but getting error on TASK [Ensure system is NTP time synced]
this task
How can I fix this ?
fatal: [overcloud-controller-0]: FAILED! => {“changed”: true, “cmd”: [“chronyc”, “waitsync”, “20”], “delta”: “0:03:10.196302”, “end”: “2022-11-21 12:47:46.528790”, “msg”: “non-zero return code”, “rc”: 1, “start”: “2022-11-21 12:44:36.332488”, “stderr”: “”, “stderr_lines”: [],”stdout”: “try: 1, refid: 00000000, correction: 0.000000000, skew: 0.000 … try: 20, refid: 00000000, correction: 0.000000000, skew: 0.000”, “stdout_lines”: [“try: 1, refid: 00000000, correction: 0.000000000, skew: 0.000”, … , “try: 20, refid: 00000000, correction: 0.000000000, skew: 0.000”]}
And my final output is
NO MORE HOSTS LEFT *************************************************************
PLAY RECAP *********************************************************************
overcloud-controller-0 : ok=179 changed=54 unreachable=0 failed=1 skipped=167 rescued=0 ignored=1
overcloud-novacompute-0 : ok=79 changed=18 unreachable=0 failed=0 skipped=127 rescued=0 ignored=0
undercloud : ok=3 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
I am trying to deploy overcloud
reproduce openstack overcloud deploy --templates --control-scale 1 --compute-scale 1
with this command