2015-07-01 21:58:38 +08:00
|
|
|
# {{ ansible_managed }}
|
|
|
|
[rh_storage_mon]
|
|
|
|
name=Red Hat Storage Ceph - local packages for Ceph
|
2015-07-03 00:23:11 +08:00
|
|
|
baseurl=file://{{ ceph_stable_rh_storage_repository_path }}/MON
|
2015-07-01 21:58:38 +08:00
|
|
|
enabled=1
|
|
|
|
gpgcheck=1
|
|
|
|
type=rpm-md
|
|
|
|
priority=1
|
2015-07-03 00:23:11 +08:00
|
|
|
gpgkey=file://{{ ceph_stable_rh_storage_repository_path }}/RPM-GPG-KEY-redhat-release
|
2015-07-01 21:58:38 +08:00
|
|
|
|
|
|
|
[rh_storage_osd]
|
|
|
|
name=Red Hat Storage Ceph - local packages for Ceph
|
2015-07-03 00:23:11 +08:00
|
|
|
baseurl=file://{{ ceph_stable_rh_storage_repository_path }}/OSD
|
2015-07-01 21:58:38 +08:00
|
|
|
enabled=1
|
|
|
|
gpgcheck=1
|
|
|
|
type=rpm-md
|
|
|
|
priority=1
|
2015-07-03 00:23:11 +08:00
|
|
|
gpgkey=file://{{ ceph_stable_rh_storage_repository_path }}/RPM-GPG-KEY-redhat-release
|
2015-07-01 21:58:38 +08:00
|
|
|
|
|
|
|
[rh_storage_calamari]
|
|
|
|
name=Red Hat Storage Ceph - local packages for Ceph
|
2015-07-03 00:23:11 +08:00
|
|
|
baseurl=file://{{ ceph_stable_rh_storage_repository_path }}/Calamari
|
2015-07-01 21:58:38 +08:00
|
|
|
enabled=1
|
|
|
|
gpgcheck=1
|
|
|
|
type=rpm-md
|
|
|
|
priority=1
|
2015-07-03 00:23:11 +08:00
|
|
|
gpgkey=file://{{ ceph_stable_rh_storage_repository_path }}/RPM-GPG-KEY-redhat-release
|
2015-07-01 21:58:38 +08:00
|
|
|
|
|
|
|
[rh_storage_installer]
|
|
|
|
name=Red Hat Storage Ceph - local packages for Ceph
|
2015-07-03 00:23:11 +08:00
|
|
|
baseurl=file://{{ ceph_stable_rh_storage_repository_path }}/Installer
|
2015-07-01 21:58:38 +08:00
|
|
|
enabled=1
|
|
|
|
gpgcheck=1
|
|
|
|
type=rpm-md
|
|
|
|
priority=1
|
2015-07-03 00:23:11 +08:00
|
|
|
gpgkey=file://{{ ceph_stable_rh_storage_repository_path }}/RPM-GPG-KEY-redhat-release
|