Merge "Default ganesha-internal service endpoint to external network" into stable/ussuri

This commit is contained in:
Zuul 2021-08-10 20:33:52 +00:00 committed by Gerrit Code Review
commit 805a2b1517
1 changed files with 3 additions and 1 deletions

View File

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