Comment 5 for bug 1922788

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

Reviewed: https://review.opendev.org/c/openstack/python-tripleoclient/+/786227
Committed: https://opendev.org/openstack/python-tripleoclient/commit/226a9078711a89a90b0c270c51bf911a8d16c421
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit 226a9078711a89a90b0c270c51bf911a8d16c421
Author: John Fulton <email address hidden>
Date: Tue Apr 6 21:01:02 2021 +0000

    Use ceph_mon_network to find Ceph monitor IPs for export

    When 'openstack overcloud export ceph' is run, do not assume
    the storage_ip will be set. Instead, find the ceph_mon_network
    name in the service_net_map, e.g. 'storage' or 'ctlplane', and
    then use that network name to get the IP from the inventory.

    Closes-Bug: #1922788
    Change-Id: I962bed846b2cae7206c76f883f9294d366031245
    (cherry picked from commit 1e690136913062dc0b14b328a295f34fb1c02bd1)
    (cherry picked from commit 1683e1bff97bf0d0db6221fc6d56ed8069f1e5d7)