]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
common: remove useless check 1557/head
authorSébastien Han <seb@redhat.com>
Tue, 23 May 2017 10:02:24 +0000 (12:02 +0200)
committerSébastien Han <seb@redhat.com>
Wed, 24 May 2017 09:52:22 +0000 (11:52 +0200)
We only check for everything expect 'distro' because that
is a valid way of deploying RHCS, with preprepared repos
present on the nodes.

Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-common/tasks/checks/check_mandatory_vars.yml

index 42c7a9c43a577c343956fa6650eb33dd088e5f68..114f22ef23472356a5d04c7cfef5e7b7fa55e513 100644 (file)
@@ -29,6 +29,6 @@
     - ceph_rhcs
     - not ceph_rhcs_cdn_install
     - not ceph_rhcs_iso_install
-    - ceph_origin == "upstream"
+    - ceph_origin != 'distro'
   tags:
     - package-install