Comment 2 for bug 1914378

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/+/773856
Committed: https://opendev.org/openstack/kolla-ansible/commit/5c39810de27063992a45df57b49c2cd7332912d0
Submitter: "Zuul (22348)"
Branch: master

commit 5c39810de27063992a45df57b49c2cd7332912d0
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>