From: Ken Dreyer Date: Fri, 8 Jul 2016 22:11:35 +0000 (-0600) Subject: ceph-common: update names for local RHCS repos X-Git-Tag: v1.0.6~68^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=adb6c319bc124d2b7ca4e5221346e50a6b9a7b5a;p=ceph-ansible.git ceph-common: update names for local RHCS repos Use more descriptive names for the local RHCS Yum repositories. --- diff --git a/roles/ceph-common/templates/redhat_storage_repo.j2 b/roles/ceph-common/templates/redhat_storage_repo.j2 index 2ee20b2fb..4905090af 100644 --- a/roles/ceph-common/templates/redhat_storage_repo.j2 +++ b/roles/ceph-common/templates/redhat_storage_repo.j2 @@ -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