Comment 36 for bug 1946239

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

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

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

    Use service_net_map for ganesha_vip

    Instead of if conditionals on hard-coded network names, use the
    ServiceNetMap. GaneshaNetwork defaults to 'storage_nfs' with a
    fallback to 'external' and then to 'ctlplane' in the ServiceNetMap.

    This will allow custom network names to be used,
    either via overriding GaneshaNetwork in ServiceNetMap or using the
    service_net_map_replace in network data.

    Related-Bug: #1946239
    Depends-On: I5804621a3081209bbae63193c1e09601826f4275
    Change-Id: Ic7743e7cd640703d166aecd97f59cbaf11c65500
    (cherry picked from commit 2894ef9d3e4208ee967b8eed8ccc7bef268414cd)