Comment 6 for bug 1947589

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

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/816652
Committed: https://opendev.org/openstack/kolla-ansible/commit/06218e2642714250f941927849cbab29d3898467
Submitter: "Zuul (22348)"
Branch: stable/xena

commit 06218e2642714250f941927849cbab29d3898467
Author: Seena Fallah <email address hidden>
Date: Sat Oct 16 22:34:21 2021 +0330

    mariadb: use add_host to include inactive hosts in shard grouping

    In case of running mariadb role with --limit the group_by module will only include the limited hosts and other hosts that are not limited by ansible will not be included.
    Using add_host will add all hosts in mariadb group to their shards group

    Signed-off-by: Seena Fallah <email address hidden>
    Change-Id: I1331698e313bd714a16fc35f38fb579d75b56370
    Closes-Bug: #1947589
    (cherry picked from commit 68cd2a055371cc25a0502ff4db22fbcdececd478)