Comment 7 for bug 1914378

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

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/787609
Committed: https://opendev.org/openstack/kolla-ansible/commit/9164cad1c8c95c25a13c2e99654f005a9a9f64f6
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit 9164cad1c8c95c25a13c2e99654f005a9a9f64f6
Author: Mark Goddard <email address hidden>
Date: Wed Feb 3 09:15:44 2021 +0000

    Apply Zun configuration for Docker based on inventory

    If docker_configure_for_zun is set to true, then Zun-specific
    configuration for Docker is applied to all nodes. It should only be
    applied based on the relevant inventory groups. In some cases this can
    cause Docker to fail to start. See
    https://storyboard.openstack.org/#!/story/2008544 for details.

    This change applies the configuration based on the zun-compute and
    zun-cni-daemon groups. It also modifies the expression to not assume
    that these groups exist in the inventory.

    Change-Id: I0141abf0dd83e3a567ea6dcca945f86db129becf
    Closes-Bug: #1914378
    Story: 2008544
    Task: 41645
    Co-Authored-By: Buddhika Sanjeewa <email address hidden>
    (cherry picked from commit 5c39810de27063992a45df57b49c2cd7332912d0)
    (cherry picked from commit 15eea3ee6b971ddf92609a68cbdf336c1f97427c)