]> 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 main task
authorAlfredo Deza <adeza@redhat.com>
Fri, 12 Aug 2016 15:28:03 +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/main.yml

index cd87f5e7029e4880f84d6e345b971aaa790f1681..54edb2256eae0d6e0bc4447c8224291ed492ec2a 100644 (file)
 
 - include: ./pre_requisites/prerequisite_rh_storage_iso_install.yml
   when:
-    - ceph_stable_rh_storage
-    - ceph_stable_rh_storage_iso_install
+    - ceph_rhcs
+    - ceph_rhcs_iso_install
   tags:
     - package-install
 
 - include: ./pre_requisites/prerequisite_rh_storage_cdn_install.yml
   when:
-    - ceph_stable_rh_storage
-    - ceph_stable_rh_storage_cdn_install
+    - ceph_rhcs
+    - ceph_rhcs_cdn_install
     - ansible_os_family == "RedHat"
   tags:
     - package-install
 - include: ./installs/install_on_redhat.yml
   when:
     ansible_os_family == 'RedHat' and
-    not ceph_stable_rh_storage_iso_install
+    not ceph_rhcs_iso_install
   tags:
     - package-install
 
 - include: ./installs/install_rh_storage_on_redhat.yml
   when:
     - ansible_distribution == "RedHat"
-    - ceph_stable_rh_storage
+    - ceph_rhcs
   tags:
     - package-install
 
 - include: ./installs/install_on_debian.yml
   when:
     - ansible_os_family == 'Debian'
-    - not ceph_stable_rh_storage
+    - not ceph_rhcs
   tags:
     - package-install
 
 - include: ./installs/install_rh_storage_on_debian.yml
   when:
     - ansible_os_family == 'Debian'
-    - ceph_stable_rh_storage
+    - ceph_rhcs
   tags:
     - package-install