Comment 4 for bug 1833737

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

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/805174
Committed: https://opendev.org/openstack/kolla-ansible/commit/5b431f0f7f932293362a01703673ee05d0a5bd8d
Submitter: "Zuul (22348)"
Branch: master

commit 5b431f0f7f932293362a01703673ee05d0a5bd8d
Author: Radosław Piliszek <email address hidden>
Date: Thu Aug 19 09:37:46 2021 +0000

    Allow setting any_errors_fatal true for gather-facts

    Kolla Ansible now supports failing execution early if fact collection
    fails on any of the hosts. This is to avoid late failures due to missing
    facts (especially cross-host).

    Change-Id: I7a74b937ded0b9da0621cf413f3a5d0d13a2cd68
    Partial-Bug: #1833737