Comment 59 for bug 1946239

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-ansible (stable/victoria)

Reviewed: https://review.opendev.org/c/openstack/tripleo-ansible/+/818050
Committed: https://opendev.org/openstack/tripleo-ansible/commit/c8b144aa3e9df3db8a70ea4c709df1d293ec4051
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit c8b144aa3e9df3db8a70ea4c709df1d293ec4051
Author: Harald Jensås <email address hidden>
Date: Fri Oct 8 13:17:38 2021 +0200

    Use service_net_map for ceph_dashboard_vip

    Instead of if conditionals on hard-coded network names, use the
    ServiceNetMap. CephDashboardNetwork defaults to storage_dashboard
    with a fallback to 'ctlplane' in the ServiceNetMap.

    This will allow custom network names to be used, via overriding
    CephDashboardNetwork in ServiceNetMap or via service_net_map_replace
    in network data.

    Related-Bug: #1946239
    Depends-On: I9a62b2cf24b2dd020de74e18af8c7bc0535d12d9
    Change-Id: I145d6c0ddd3cbbfed92113db56e22299ab7c9b08
    (cherry picked from commit 3af34f0c68383ff733039f075fe7728baf0f888f)