Fix the CephDashboardNetwork default
The Ceph Dashboard uses by default the Grafana network to bind the overcloud backends to the specified port. However, the CephDashboardNetwork parameter is used to define the haproxy frontend and the related vip, used to reach the Ceph backends. The purpose of this patch is to make sure the right defaults are used for TripleO deployed Ceph clusters. Change-Id: I1dd5581317462f638185c918c85c86f953ddf28f (cherry picked from commitae139dec64
) (cherry picked from commit884d9bf2aa
)
This commit is contained in:
parent
3f760403c7
commit
fff23ad3dc
@ -74,7 +74,7 @@ parameters:
|
|||||||
MysqlNetwork: {{ _service_nets.get('internal_api', 'ctlplane') }}
|
MysqlNetwork: {{ _service_nets.get('internal_api', 'ctlplane') }}
|
||||||
SnmpdNetwork: ctlplane
|
SnmpdNetwork: ctlplane
|
||||||
CephClusterNetwork: {{ _service_nets.get('storage_mgmt', 'ctlplane') }}
|
CephClusterNetwork: {{ _service_nets.get('storage_mgmt', 'ctlplane') }}
|
||||||
CephDashboardNetwork: {{ _service_nets.get('storage', 'ctlplane') }}
|
CephDashboardNetwork: ctlplane
|
||||||
CephGrafanaNetwork: {{ _service_nets.get('storage', 'ctlplane') }}
|
CephGrafanaNetwork: {{ _service_nets.get('storage', 'ctlplane') }}
|
||||||
CephMonNetwork: {{ _service_nets.get('storage', 'ctlplane') }}
|
CephMonNetwork: {{ _service_nets.get('storage', 'ctlplane') }}
|
||||||
CephRgwNetwork: {{ _service_nets.get('storage', 'ctlplane') }}
|
CephRgwNetwork: {{ _service_nets.get('storage', 'ctlplane') }}
|
||||||
|
Loading…
Reference in New Issue
Block a user