Comment 2 for bug 1809223

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-tripleo (master)

Reviewed: https://review.openstack.org/626518
Committed: https://git.openstack.org/cgit/openstack/puppet-tripleo/commit/?id=736d69dad9433fc11c561082da685e2d76d94485
Submitter: Zuul
Branch: master

commit 736d69dad9433fc11c561082da685e2d76d94485
Author: Michele Baldessari <email address hidden>
Date: Thu Dec 20 09:40:51 2018 +0100

    Add retries to HA bundles

    The retry is needed in a composable HA environment because a two nodes
    might be modifying the CIB at the same time and so we need to retry more
    than once to get the freshest CIB, modify it and push it back. Currently
    all HA resources have it but we did not add it in the bundles. While it
    is a rare race, we should still plug it.

    Change-Id: Ib9d9c76c83f103e329a9c575ae5c110d5ad3c048
    Closes-Bug: #1809223