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 commit ae139dec64)
(cherry picked from commit 884d9bf2aa)
This commit is contained in:
Francesco Pantano 2021-09-06 18:31:56 +02:00
parent 3f760403c7
commit fff23ad3dc
No known key found for this signature in database
GPG Key ID: 0458D4D1F41BD75C

View File

@ -74,7 +74,7 @@ parameters:
MysqlNetwork: {{ _service_nets.get('internal_api', 'ctlplane') }}
SnmpdNetwork: ctlplane
CephClusterNetwork: {{ _service_nets.get('storage_mgmt', 'ctlplane') }}
CephDashboardNetwork: {{ _service_nets.get('storage', 'ctlplane') }}
CephDashboardNetwork: ctlplane
CephGrafanaNetwork: {{ _service_nets.get('storage', 'ctlplane') }}
CephMonNetwork: {{ _service_nets.get('storage', 'ctlplane') }}
CephRgwNetwork: {{ _service_nets.get('storage', 'ctlplane') }}