Assume Grafana and Ceph Dashboard to be on the storage or ctlplane nets

Both Grafana and the Ceph Dashboard when deployed by ceph-ansible
will be always listening on the storage frontend network.

Change-Id: I3481ddfeeb5603e0e31e4afd26e4218df5defd11
(cherry picked from commit 5746d9d9a0)
This commit is contained in:
Giulio Fidente 2020-09-23 16:15:10 +02:00 committed by Francesco Pantano
parent a1bdd62ce9
commit 9b6b665bd6
1 changed files with 2 additions and 2 deletions

View File

@ -73,8 +73,8 @@ parameters:
MysqlNetwork: {{ _service_nets.get('internal_api', 'ctlplane') }}
SnmpdNetwork: ctlplane
CephClusterNetwork: {{ _service_nets.get('storage_mgmt', 'ctlplane') }}
CephDashboardNetwork: {{ _service_nets.get('storage_dashboard', 'ctlplane') }}
CephGrafanaNetwork: {{ _service_nets.get('storage_dashboard', 'ctlplane') }}
CephDashboardNetwork: {{ _service_nets.get('storage', 'ctlplane') }}
CephGrafanaNetwork: {{ _service_nets.get('storage', 'ctlplane') }}
CephMonNetwork: {{ _service_nets.get('storage', 'ctlplane') }}
CephRgwNetwork: {{ _service_nets.get('storage', 'ctlplane') }}
PublicNetwork: {{ _service_nets.get('external', 'ctlplane') }}