Comment 24 for bug 1947403

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

Reviewed: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/815799
Committed: https://opendev.org/openstack/tripleo-heat-templates/commit/8ee7df3a3d9452914da86d99aefcfcd1fed56e85
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit 8ee7df3a3d9452914da86d99aefcfcd1fed56e85
Author: Steve Baker <email address hidden>
Date: Wed Oct 27 12:48:36 2021 +1300

    Add parameter IronicPowerStateChangeTimeout

    A heat parameter ``IronicPowerStateChangeTimeout`` has been added
    which sets the number of seconds to wait for power operations to
    complete, i.e., so that a baremetal node is in the desired power
    state. If timed out, the power operation is considered a failure. The
    default is 60 seconds, which is the same as the current Ironic
    default.

    This could be backported to stable/train, where the ironic default of
    30s is causing failures in CI jobs.

    Related-Bug: #1947403
    Change-Id: I9729beac4c4e84d2619c4c629cd26eba8a26b87d
    (cherry picked from commit 65151adc182fbe28afc1348a1a2fb664255d5ee1)