From: Sébastien Han Date: Fri, 26 Oct 2018 12:13:43 +0000 (+0200) Subject: rolling-update: remove old condition X-Git-Tag: v4.0.0beta1~146 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=bb7bfca113f4dc8990b299cb567924d139c2e0d5;p=ceph-ansible.git rolling-update: remove old condition 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 --- 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