ceph-common: update names for local RHCS repos

Use more descriptive names for the local RHCS Yum repositories.
pull/875/head
Ken Dreyer 2016-07-08 16:11:35 -06:00
parent 6c3db809ae
commit adb6c319bc
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# {{ ansible_managed }} # {{ ansible_managed }}
[rh_storage_mon] [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 baseurl=file://{{ ceph_stable_rh_storage_repository_path }}/MON
enabled=1 enabled=1
gpgcheck=1 gpgcheck=1
@ -8,7 +8,7 @@ type=rpm-md
priority=1 priority=1
[rh_storage_osd] [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 baseurl=file://{{ ceph_stable_rh_storage_repository_path }}/OSD
enabled=1 enabled=1
gpgcheck=1 gpgcheck=1
@ -16,7 +16,7 @@ type=rpm-md
priority=1 priority=1
[rh_storage_tools] [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 baseurl=file://{{ ceph_stable_rh_storage_repository_path }}/Tools
enabled=1 enabled=1
gpgcheck=1 gpgcheck=1