]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-common: convert ceph_stable_rh_storage to ceph_rhcs in repo template
authorAlfredo Deza <adeza@redhat.com>
Fri, 12 Aug 2016 15:27:43 +0000 (11:27 -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/templates/redhat_storage_repo.j2

index 45828a83c961a6245e2d381142a80403dbd1c3bc..16f57c4832cb1ce63b0a7eb10c66151b089b701b 100644 (file)
@@ -1,21 +1,21 @@
 # {{ ansible_managed }}
 [rh_storage_mon]
 name=Red Hat Ceph Storage - local packages for Ceph monitor
-baseurl=file://{{ ceph_stable_rh_storage_repository_path }}/MON
+baseurl=file://{{ ceph_rhcs_repository_path }}/MON
 enabled=1
 gpgcheck=1
 priority=1
 
 [rh_storage_osd]
 name=Red Hat Ceph Storage - local packages for Ceph OSD
-baseurl=file://{{ ceph_stable_rh_storage_repository_path }}/OSD
+baseurl=file://{{ ceph_rhcs_repository_path }}/OSD
 enabled=1
 gpgcheck=1
 priority=1
 
 [rh_storage_tools]
 name=Red Hat Ceph Storage - local packages for Ceph client, MDS, and RGW
-baseurl=file://{{ ceph_stable_rh_storage_repository_path }}/Tools
+baseurl=file://{{ ceph_rhcs_repository_path }}/Tools
 enabled=1
 gpgcheck=1
 priority=1