Comment 2 for bug 1804468

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

Reviewed: https://review.openstack.org/619265
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=021d1b1efba054a743f73dc596e1b80d38db0bbd
Submitter: Zuul
Branch: master

commit 021d1b1efba054a743f73dc596e1b80d38db0bbd
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