Merge "GaneshaNetwork - fallback -> external -> ctlplane" into stable/ussuri

This commit is contained in:
Zuul 2022-01-02 23:01:15 +00:00 committed by Gerrit Code Review
commit bd0abec91f
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ parameters:
RedisNetwork: {{ _service_nets.get('internal_api', 'ctlplane') }} RedisNetwork: {{ _service_nets.get('internal_api', 'ctlplane') }}
# Guest VMs use GaneshaNetwork and cannot reach ctlplane network, # Guest VMs use GaneshaNetwork and cannot reach ctlplane network,
# so default to external when storage_nfs is not available. # so default to external when storage_nfs is not available.
GaneshaNetwork: {{ _service_nets.get('storage_nfs', 'external') }} GaneshaNetwork: {{ _service_nets.get('storage_nfs', _service_nets.get('external', 'ctlplane')) }}
MysqlNetwork: {{ _service_nets.get('internal_api', 'ctlplane') }} MysqlNetwork: {{ _service_nets.get('internal_api', 'ctlplane') }}
SnmpdNetwork: ctlplane SnmpdNetwork: ctlplane
CephClusterNetwork: {{ _service_nets.get('storage_mgmt', 'ctlplane') }} CephClusterNetwork: {{ _service_nets.get('storage_mgmt', 'ctlplane') }}