From 14e1b12ed294794ff9ffa116295cc908bacf7ebf Mon Sep 17 00:00:00 2001 From: Francesco Pantano Date: Tue, 29 Sep 2020 16:17:50 +0200 Subject: [PATCH] Remove dashboard_frontend_vip from the ceph mgr template The purpose of this change is to just remove the dashboard frontend vip parameter that is now computed on tripleo-ansible according to the haproxy frontend network defined for the ceph dashboard service. Depends-On: Ie25aec842ed344a7bb313f51bb25eb51203dd72f Change-Id: Idac65a0cb57387bbd5a4b24923f24ba8c61b4795 (cherry picked from commit d99940843528efaa95574ff7c594bdc33c049db1) --- deployment/ceph-ansible/ceph-mgr.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/deployment/ceph-ansible/ceph-mgr.yaml b/deployment/ceph-ansible/ceph-mgr.yaml index fd5ab27005..6a2b1e12ad 100644 --- a/deployment/ceph-ansible/ceph-mgr.yaml +++ b/deployment/ceph-ansible/ceph-mgr.yaml @@ -79,7 +79,6 @@ resources: dashboard_rgw_api_scheme: {get_param: [EndpointMap, CephRgwInternal, protocol]} dashboard_rgw_api_no_ssl_verify: false dashboard_port: 8444 - dashboard_frontend_vip: {get_param: [EndpointMap, CephDashboardInternal, host]} dashboard_admin_user_ro: {get_param: CephDashboardAdminRO} outputs: