Comment 7 for bug 2009834

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

Reviewed: https://review.opendev.org/c/openstack/openstack-ansible/+/880150
Committed: https://opendev.org/openstack/openstack-ansible/commit/e26b56adfa0dda60a3c8595dd249d902d0ed0c03
Submitter: "Zuul (22348)"
Branch: master

commit e26b56adfa0dda60a3c8595dd249d902d0ed0c03
Author: Dmitriy Rabotyagov <email address hidden>
Date: Wed Apr 12 14:19:24 2023 +0200

    Stop gathering local software_versions for services

    With latest ansible-core playbooks started failing on adding extra compute
    or controller nodes, when cinder/nova playbooks run with limits.

    This happens as we're trying to reply on local facts for hosts that are
    expired. At the same time, it's not always possible to collect them, as some computes
    can be down while adding another one.

    With that we're simplifying flow and avoid old process of
    restarting services or executing migrations based on local facts.

    Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/880147
    Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_cinder/+/880210
    Closes-Bug: #2009834
    Change-Id: I44dc8567e9a93f91327202de1bf88a067266711d