Comment 4 for bug 1804468

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

Reviewed: https://review.openstack.org/620320
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=027493c99f074ef685f3e4c131b7b35984a0b026
Submitter: Zuul
Branch: stable/rocky

commit 027493c99f074ef685f3e4c131b7b35984a0b026
Author: Jiri Stransky <email address hidden>
Date: Wed Nov 21 15:48:53 2018 +0100

    Stop upgrade if a task on one node fails

    When we were upgrading multiple nodes at the same time,
    e.g. controllers, and a taks on one of the nodes failed, the other
    nodes would keep upgrading. This is undersirable and can be fixed by
    adding any_errors_fatal to the Ansible plays.

    Change-Id: Iad2b5e32e955da41af4d2b8dd8ad8aa1eb5dffa9
    Closes-Bug: #1804468
    (cherry picked from commit 021d1b1efba054a743f73dc596e1b80d38db0bbd)