Comment 3 for bug 1838460

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/stein)

Reviewed: https://review.opendev.org/673675
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=d89fe28b3ede2b02066de66fb4555423993827fc
Submitter: Zuul
Branch: stable/stein

commit d89fe28b3ede2b02066de66fb4555423993827fc
Author: John Fulton <email address hidden>
Date: Tue Jul 30 15:52:54 2019 -0400

    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