Comment 11 for bug 1940866

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

Reviewed: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/806528
Committed: https://opendev.org/openstack/tripleo-heat-templates/commit/1b41f26657a08e2844f7f8633763262b093591b1
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 1b41f26657a08e2844f7f8633763262b093591b1
Author: Francesco Pantano <email address hidden>
Date: Thu Aug 26 11:12:34 2021 +0200

    Disable cephadm when ceph is deployed

    After ceph is deployed, which means day1 operations are over
    and the Ceph cluster daemons are up && running, cephadm can
    be paused by running the 'disable_cephadm' playbook.
    This can be triggered at step3 (to ensure all the daemons are
    started) and can be triggered by the DisableCephadm exposed
    parameter.

    Closes-Bug: 1940866
    Depends-On: I5952bb8a7a327e37a39acc95751cd5746fd9a41d
    Change-Id: Idbafdaced85c945d38940be83c1a269c73e4cb6b
    (cherry picked from commit 733d1bad46bb17b7e68bc61af47819423aaf6efc)