Merge "Default to storage_dashboard, when set, for the CephDashboard service"
This commit is contained in:
commit
f2b0a45f75
@ -73,8 +73,8 @@ parameters:
|
||||
MysqlNetwork: {{ _service_nets.get('internal_api', 'ctlplane') }}
|
||||
SnmpdNetwork: ctlplane
|
||||
CephClusterNetwork: {{ _service_nets.get('storage_mgmt', 'ctlplane') }}
|
||||
CephDashboardNetwork: ctlplane
|
||||
CephGrafanaNetwork: {{ _service_nets.get('storage', 'ctlplane') }}
|
||||
CephDashboardNetwork: {{ _service_nets.get('storage_dashboard', 'ctlplane') }}
|
||||
CephGrafanaNetwork: {{ _service_nets.get('storage_dashboard', 'ctlplane') }}
|
||||
CephMonNetwork: {{ _service_nets.get('storage', 'ctlplane') }}
|
||||
CephRgwNetwork: {{ _service_nets.get('storage', 'ctlplane') }}
|
||||
PublicNetwork: {{ _service_nets.get('external', 'ctlplane') }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user