]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
rolling-update: remove old condition
authorSébastien Han <seb@redhat.com>
Fri, 26 Oct 2018 12:13:43 +0000 (14:13 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 3 Dec 2018 13:39:43 +0000 (14:39 +0100)
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 <seb@redhat.com>
infrastructure-playbooks/rolling_update.yml

index c7f408d85206a84c17d92dfd85954d36da598ba0..526d2cadc99fc037fcf5a38ec7c6d47be90cb7e0 100644 (file)
            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