From: Alfredo Deza Date: Fri, 12 Aug 2016 15:28:26 +0000 (-0400) Subject: ceph-common: convert ceph_stable_rh_storage to ceph_rhcs in system checks X-Git-Tag: v1.0.6~27^2~5 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=efe2c9e518a6b177816706bc605c746f504e1c31;p=ceph-ansible.git ceph-common: convert ceph_stable_rh_storage to ceph_rhcs in system checks Signed-off-by: Alfredo Deza Resolves: issue#811 --- diff --git a/roles/ceph-common/tasks/checks/check_system.yml b/roles/ceph-common/tasks/checks/check_system.yml index 9338a3e5a..21e348c96 100644 --- a/roles/ceph-common/tasks/checks/check_system.yml +++ b/roles/ceph-common/tasks/checks/check_system.yml @@ -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