Comment 5 for bug 1885122

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

Reviewed: https://review.opendev.org/739044
Committed: https://git.openstack.org/cgit/openstack/puppet-tripleo/commit/?id=90a28fd10a259dd1e4d354fa739817caa911639c
Submitter: Zuul
Branch: stable/train

commit 90a28fd10a259dd1e4d354fa739817caa911639c
Author: Francesco Pantano <email address hidden>
Date: Thu Jun 25 13:25:44 2020 +0200

    Fix haproxy ceph dashboard condition

    If grafana is not enabled in the overcloud the
    dashboard section shouldn't be created. We
    currently hit an issue during upgrades because
    the haproxy exists (because of ceph_mgr_enabled)
    even though the dashboard bits aren't deployed.
    Using the same condition for both services should
    be safe enough.

    Depends-On: I1229d3a0cd2f08dabdcd3b47d9823f6a939cfbdb
    Closes-Bug: #1885122
    Co-Authored-By: Giulio Fidente <email address hidden>
    Change-Id: I70d2ef2a64f0a46203d7a60b564eaa287e5708d6
    (cherry picked from commit a21b5ee7ce44270828a12b823b33e5e4117bf4c1)