]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-common: convert ceph_stable_rh_storage to ceph_rhcs in system checks
authorAlfredo Deza <adeza@redhat.com>
Fri, 12 Aug 2016 15:28:26 +0000 (11:28 -0400)
committerAlfredo Deza <adeza@redhat.com>
Mon, 15 Aug 2016 15:24:36 +0000 (11:24 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Resolves: issue#811

roles/ceph-common/tasks/checks/check_system.yml

index 9338a3e5a313a9a26344ddb3b1b004cfe5ce8959..21e348c9646c21312823ed6555f4f4065214bf15 100644 (file)
@@ -18,7 +18,7 @@
   fail:
     msg: "Distribution not supported {{ ansible_distribution_version }} by Red Hat Ceph Storage, only RHEL 7.1"
   when:
-    - ceph_stable_rh_storage
+    - ceph_rhcs
     - ansible_distribution_version | version_compare('7.1', '<')
 
 - name: fail on unsupported distribution for ubuntu cloud archive