Merge "GaneshaNetwork - fallback -> external -> ctlplane"

This commit is contained in:
Zuul 2021-10-11 20:18:42 +00:00 committed by Gerrit Code Review
commit 8be7af132a
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ parameter_defaults:
RedisNetwork: {{ _service_nets.get('internal_api', 'ctlplane') }}
# Guest VMs use GaneshaNetwork and connot reach ctlplane network,
# 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') }}
SnmpdNetwork: ctlplane
CephClusterNetwork: {{ _service_nets.get('storage_mgmt', 'ctlplane') }}