commit 98d889fd7cf35c01ee955a39ecf1b21203c0e02b Author: Francesco Pantano Date: Tue Sep 29 16:17:50 2020 +0200 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) diff --git a/deployment/ceph-ansible/ceph-mgr.yaml b/deployment/ceph-ansible/ceph-mgr.yaml index 56ef5db..b6aab91 100644 --- a/deployment/ceph-ansible/ceph-mgr.yaml +++ b/deployment/ceph-ansible/ceph-mgr.yaml @@ -83,7 +83,6 @@ resources: dashboard_rgw_api_scheme: {get_param: [EndpointMap, CephRgwInternal, protocol]} dashboard_rgw_api_no_ssl_verify: false dashboard_port: {get_param: CephDashboardPort} - dashboard_frontend_vip: {get_param: [EndpointMap, CephDashboardInternal, host]} dashboard_admin_user_ro: {get_param: CephDashboardAdminRO} outputs: