Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "Assume Grafana and Ceph Dashboard to be on the storage or ctlp…
Browse files Browse the repository at this point in the history
…lane nets" into stable/ussuri
  • Loading branch information
Zuul authored and openstack-gerrit committed Oct 1, 2020
2 parents 540fbfc + 9b6b665 commit 4c2f634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions network/service_net_map.j2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down

0 comments on commit 4c2f634

Please sign in to comment.