Comment 3 for bug 1767318

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

Reviewed: https://review.openstack.org/566019
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=24469e3c02747b7b6de6d61fcf2a8b9be67b370b
Submitter: Zuul
Branch: stable/queens

commit 24469e3c02747b7b6de6d61fcf2a8b9be67b370b
Author: Giulio Fidente <email address hidden>
Date: Fri Apr 27 08:53:32 2018 +0200

    Ensure config-download mappings are unset on ceph-upgrade

    Purpose is to ensure that any mapping previously used to enable
    config-download is reset to perform a regular Heat stack update on
    ceph-upgrade. We may need to do "update/upgrade/ffwd -> ceph ->
    converge" instead of the previously assumed "update/upgrade/ffwd ->
    converge -> ceph".

    This also removes the no-op of DeploymentSteps -- we need them enabled
    during Ceph upgrade as we need firewall rules applied.

    Co-Authored-By: Jiri Stransky <email address hidden>
    Closes-Bug: #1767318
    Related-Bug: #1767317
    Change-Id: I52312ffcd438c354872ab3c74138b47ae71aab4b
    (cherry picked from commit fc9d9ee49328b4745a6de02b0051d56f873d03cf)