Comment 1 for bug 2073370

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

commit 84e95d25a0d8a0c5e0fb68e877744ac26549c0b4
Author: Michal Arbet <email address hidden>
Date: Thu May 23 18:24:10 2024 +0200

    Fix mariadb recovery

    This patch modifies tasks that are delegated to
    localhost to use local connection.
    Firstly, this is correct since SSH connection is not used,
    and secondly, it fixes the issue when kolla-ansible is
    packaged in a docker container. If the local connection
    is not used, the tasks will fail because temporary data are
    stored outside the container, whereas we need it to be
    stored inside the container so we can read them and set_facts.

    Closes-Bug: #2073370
    Change-Id: I9547d5da78da30bfeea8e97056cfa9308c977098