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.

Depends-On: I716f94b4e9eae4f26b9ab11c4f412aebcb0b58c2
Change-Id: I1dd5581317462f638185c918c85c86f953ddf28f
This commit is contained in:
Francesco Pantano 2021-09-06 18:31:56 +02:00
parent 6f5cf846ed
commit ae139dec64
No known key found for this signature in database
GPG Key ID: 0458D4D1F41BD75C

View File

@ -416,7 +416,7 @@ parameter_defaults:
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') }}