Merge pull request #876 from ktdreyer/rhcs-no-rpm-md

ceph-common: rm "type=rpm-md" from RHCS repos
pull/877/head
Leseb 2016-07-11 17:21:01 +02:00 committed by GitHub
commit 703e5fed82
1 changed files with 0 additions and 3 deletions

View File

@ -4,7 +4,6 @@ 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
type=rpm-md
priority=1 priority=1
[rh_storage_osd] [rh_storage_osd]
@ -12,7 +11,6 @@ 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
type=rpm-md
priority=1 priority=1
[rh_storage_tools] [rh_storage_tools]
@ -20,5 +18,4 @@ 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
type=rpm-md
priority=1 priority=1