]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Revert "add a warning regarding current status of stable-8.0"
authorGuillaume Abrioux <gabrioux@ibm.com>
Fri, 15 Mar 2024 21:38:58 +0000 (22:38 +0100)
committerGuillaume Abrioux <gabrioux@ibm.com>
Fri, 15 Mar 2024 23:51:52 +0000 (00:51 +0100)
This reverts commit 4e1e61da15375b2343df6b66e0916f319f1c52dc.

Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
infrastructure-playbooks/rolling_update.yml

index 5a0a85043f1d04a9ab5bddc8166d998ab717b30d..6aec239e489883e58693740b09da097b6af37e06 100644 (file)
       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: >