]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-common: convert ceph_stable_rh_storage to ceph_rhcs when installing rhs on redhat
authorAlfredo Deza <adeza@redhat.com>
Fri, 12 Aug 2016 15:30:06 +0000 (11:30 -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/installs/install_rh_storage_on_redhat.yml

index dfdfba5749591733124af13a5ee90617801a7a71..b950e113675127244f3f21658e46d232b26c07d1 100644 (file)
@@ -1,10 +1,10 @@
 ---
 - name: install red hat storage repository key
   rpm_key:
-    key: "{{ ceph_stable_rh_storage_repository_path }}/RPM-GPG-KEY-redhat-release"
+    key: "{{ ceph_rhcs_repository_path }}/RPM-GPG-KEY-redhat-release"
     state: present
   when:
-    - ceph_stable_rh_storage_iso_install
+    - ceph_rhcs_iso_install
 
 - name: add red hat storage repository
   template:
@@ -14,7 +14,7 @@
     group: root
     mode: 0644
   when:
-    - ceph_stable_rh_storage_iso_install
+    - ceph_rhcs_iso_install
 
 - name: install dependencies
   yum: