|
|
|
@@ -127,8 +127,8 @@ profiles::yum::global::repos:
|
|
|
|
|
name: ceph
|
|
|
|
|
descr: ceph repository
|
|
|
|
|
target: /etc/yum.repos.d/ceph.repo
|
|
|
|
|
baseurl: https://packagerepo.service.consul/ceph/reef/rhel%{facts.os.release.major}/x86_64/
|
|
|
|
|
gpgkey: https://packagerepo.service.consul/ceph/reef/rhel%{facts.os.release.major}/x86_64/repodata/repomd.xml.key
|
|
|
|
|
baseurl: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/ceph-reef/el-%{facts.os.release.major}/%{facts.os.architecture}
|
|
|
|
|
gpgkey: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/ceph-reef/el-%{facts.os.release.major}/%{facts.os.architecture}/repodata/repomd.xml.asc
|
|
|
|
|
gpgcheck: 1
|
|
|
|
|
mirrorlist: absent
|
|
|
|
|
ceph-noarch:
|
|
|
|
@@ -136,19 +136,10 @@ profiles::yum::global::repos:
|
|
|
|
|
name: ceph-noarch
|
|
|
|
|
descr: ceph noarch repository
|
|
|
|
|
target: /etc/yum.repos.d/ceph.repo
|
|
|
|
|
baseurl: https://packagerepo.service.consul/ceph/reef/rhel%{facts.os.release.major}/noarch/
|
|
|
|
|
gpgkey: https://packagerepo.service.consul/ceph/reef/rhel%{facts.os.release.major}/x86_64/repodata/repomd.xml.key
|
|
|
|
|
baseurl: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/ceph-reef/el-%{facts.os.release.major}/noarch
|
|
|
|
|
gpgkey: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/ceph-reef/el-%{facts.os.release.major}/noarch/repodata/repomd.xml.asc
|
|
|
|
|
gpgcheck: 1
|
|
|
|
|
mirrorlist: absent
|
|
|
|
|
ceph-reef:
|
|
|
|
|
ensure: absent
|
|
|
|
|
name: ceph-reef
|
|
|
|
|
descr: ceph reef repository
|
|
|
|
|
target: /etc/yum.repos.d/ceph.repo
|
|
|
|
|
baseurl: https://packagerepo.service.consul/ceph/reef/rhel%{facts.os.release.major}/%{facts.os.architecture}/
|
|
|
|
|
gpgkey: https://packagerepo.service.consul/ceph/reef/rhel%{facts.os.release.major}/%{facts.os.architecture}/repodata/repomd.xml.key
|
|
|
|
|
gpgcheck: 0
|
|
|
|
|
mirrorlist: absent
|
|
|
|
|
|
|
|
|
|
# Rancher RKE2 repositories
|
|
|
|
|
rancher-rke2-common-latest:
|
|
|
|
|