feat: add ceph roles

- add hieradata to manage ceph repo
This commit is contained in:
2025-05-15 19:29:07 +10:00
parent 90504e5b02
commit 2b8e8ce8a2
5 changed files with 22 additions and 8 deletions
+17
View File
@@ -0,0 +1,17 @@
---
# additional repos
profiles::yum::global::repos:
- ceph:
name: ceph
descr: ceph repository
target: /etc/yum.repos.d/ceph.repo
baseurl: https://edgecache.query.consul/ceph/yum/el%{facts.os.release.major}/%{facts.os.architecture}
gpgkey: https://download.ceph.com/keys/release.asc
mirrorlist: absent
- ceph-noarch:
name: ceph-noarch
descr: ceph-noarch repository
target: /etc/yum.repos.d/ceph-noarch.repo
baseurl: https://edgecache.query.consul/ceph/yum/el%{facts.os.release.major}/noarch
gpgkey: https://download.ceph.com/keys/release.asc
mirrorlist: absent