]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-common: update names for local RHCS repos 875/head
authorKen Dreyer <kdreyer@redhat.com>
Fri, 8 Jul 2016 22:11:35 +0000 (16:11 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Mon, 11 Jul 2016 14:53:52 +0000 (08:53 -0600)
Use more descriptive names for the local RHCS Yum repositories.

roles/ceph-common/templates/redhat_storage_repo.j2

index 2ee20b2fba48b757bc3c7694cd16f254bacf3468..4905090aff3c944a91c0f7421f7f5c049e2d08c5 100644 (file)
@@ -1,6 +1,6 @@
 # {{ ansible_managed }}
 [rh_storage_mon]
-name=Red Hat Ceph Storage - local packages for Ceph
+name=Red Hat Ceph Storage - local packages for Ceph monitor
 baseurl=file://{{ ceph_stable_rh_storage_repository_path }}/MON
 enabled=1
 gpgcheck=1
@@ -8,7 +8,7 @@ type=rpm-md
 priority=1
 
 [rh_storage_osd]
-name=Red Hat Ceph Storage - local packages for Ceph
+name=Red Hat Ceph Storage - local packages for Ceph OSD
 baseurl=file://{{ ceph_stable_rh_storage_repository_path }}/OSD
 enabled=1
 gpgcheck=1
@@ -16,7 +16,7 @@ type=rpm-md
 priority=1
 
 [rh_storage_tools]
-name=Red Hat Ceph Storage - assorted tools
+name=Red Hat Ceph Storage - local packages for Ceph client, MDS, and RGW
 baseurl=file://{{ ceph_stable_rh_storage_repository_path }}/Tools
 enabled=1
 gpgcheck=1