Comment 7 for bug 1955414

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/ussuri)

Reviewed: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/822510
Committed: https://opendev.org/openstack/tripleo-heat-templates/commit/69f283014f7e9b6ec252a96986f8bb68fe16b023
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit 69f283014f7e9b6ec252a96986f8bb68fe16b023
Author: Alex Schultz <email address hidden>
Date: Mon Dec 20 07:58:27 2021 -0700

    Add chrony waitsync back in

    This is a revert of 373a27163e0365919f707604df5b61863029d2e4 because
    makestep does not fail if the ntp servers are unavailable. This change
    adds waitsync back in so it fails if the servers are unavilable but
    leaves the makestep in place which should force the sync. If the
    servers are unavailable, the waitsync should catch it. If they are
    available waitsync should be a relative noop because the makestep would
    sync the system. The waitsync has been increased to 5 minutes (from 200
    seconds). waitsync will wait 30 times with an interval of 10 seconds
    between checks.

    Closes-Bug: #1955414
    Change-Id: I4ac9210f6533e6826b2814f72b7271b43fdca267
    (cherry picked from commit 8d46c9c381a2487d759f477948eabe51d40479b7)