Disable ceph-dashboard by default in Stein

ceph-ansible 4 recently changed defaults and now
deploys dashboard by default. This will cause a
TripleO Stein deployment to fail unless additional
parameters are added which Stein does not support.
Opt to override this new ceph-ansible default in
Stein (master, the future Train) will support it
however.

This patch is going directly into Stein instead of
being added to master and then being backported,
since master has a CephEnableDashboard parameter
in addition to plenty of code to correctly set up
the dashboard which would be too much to backport.
Instead of misleading the user with a non-working
CephEnableDashboard parameter, we just directly
pass a flag to ceph-ansible to disable it.

Closes-Bug: #1838460

Change-Id: I718cd33513607efefb2cef3ebe110c523f6c6c6a
This commit is contained in:
John Fulton 2019-07-30 15:52:54 -04:00
parent d61702d8a3
commit d89fe28b3e
1 changed files with 1 additions and 0 deletions

View File

@ -374,6 +374,7 @@ resources:
- {get_param: CephIPv6}
- ipv6
- ipv4
dashboard_enabled: false
outputs:
role_data: