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

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

index e317589b7e0ad0e6fb6d8b67441bd0a09dd50e43..ed800d992fdb410fc656dd6da2534608a60feaf2 100644 (file)
     - ceph_origin == 'upstream'
     - not ceph_stable
     - not ceph_dev
-    - not ceph_stable_rh_storage
+    - not ceph_rhcs
     - not ceph_stable_uca
   tags:
     - package-install
 
 - name: verify that a method was chosen for red hat storage
   fail:
-    msg: "choose between ceph_stable_rh_storage_cdn_install and ceph_stable_rh_storage_iso_install"
+    msg: "choose between ceph_rhcs_cdn_install and ceph_rhcs_iso_install"
   when:
-    - ceph_stable_rh_storage
-    - not ceph_stable_rh_storage_cdn_install
-    - not ceph_stable_rh_storage_iso_install
+    - ceph_rhcs
+    - not ceph_rhcs_cdn_install
+    - not ceph_rhcs_iso_install
     - ceph_origin == "upstream"
   tags:
     - package-install