From: Guillaume Abrioux Date: Fri, 15 Mar 2024 12:51:18 +0000 (+0100) Subject: add a warning regarding current status of stable-8.0 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4e1e61da15375b2343df6b66e0916f319f1c52dc;p=ceph-ansible.git add a warning regarding current status of stable-8.0 stable-8.0 is not ready and shouldn't be used for now. Signed-off-by: Guillaume Abrioux --- diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index a146d4834..8ce5d44ac 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -24,6 +24,14 @@ private: false tasks: + - name: Warn user regarding current status of stable-8.0 + ansible.builtin.fail: + msg: > + "stable-8.0 branch isn't ready. + This is most likely going to break your deployment. + Set `i_have_understood_that_stable8_is_not_ready=yes if you know what you are doing.`" + when: i_have_understood_that_stable8_is_not_ready != 'yes' + - name: Exit playbook, if user did not mean to upgrade cluster ansible.builtin.fail: msg: >