From bb7bfca113f4dc8990b299cb567924d139c2e0d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Fri, 26 Oct 2018 14:13:43 +0200 Subject: [PATCH] rolling-update: remove old condition MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This failure condition was only valid at the time where clusters didn't have ceph-mgr activated. Now since we collocate the ceph-mgr with the mon by default, if the daemon wasn't present it will be created during the upgrade. Signed-off-by: Sébastien Han --- infrastructure-playbooks/rolling_update.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index c7f408d85..526d2cadc 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -36,12 +36,6 @@ invoking the playbook" when: ireallymeanit != 'yes' - - name: fail if no mgr host is present in the inventory - fail: - msg: "Please add a mgr host to your inventory." - when: - - groups.get(mgr_group_name, []) | length == 0 - - name: gather facts and check the init system