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
This commit is contained in:
Francesco Pantano 2020-09-29 16:17:50 +02:00
parent ce7f42aad6
commit d999408435
No known key found for this signature in database
GPG Key ID: 799868C47301D458
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ resources:
dashboard_rgw_api_scheme: {get_param: [EndpointMap, CephRgwInternal, protocol]} dashboard_rgw_api_scheme: {get_param: [EndpointMap, CephRgwInternal, protocol]}
dashboard_rgw_api_no_ssl_verify: false dashboard_rgw_api_no_ssl_verify: false
dashboard_port: {get_param: CephDashboardPort} dashboard_port: {get_param: CephDashboardPort}
dashboard_frontend_vip: {get_param: [EndpointMap, CephDashboardInternal, host]}
dashboard_admin_user_ro: {get_param: CephDashboardAdminRO} dashboard_admin_user_ro: {get_param: CephDashboardAdminRO}
outputs: outputs: