Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Ceph Squid #380

Merged
merged 1 commit into from
Feb 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions ansible/inventory/group_vars/all/package-repos
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,20 @@ rpm_package_repos:
short_name: centos_stream_9_storage_ceph_reef_aarch64
sync_group: rocky_9_aarch64
distribution_name: centos-stream-9-storage-ceph-reef-aarch64-
# Ceph Squid for CentOS Stream 9
- name: CentOS Stream 9 - Ceph Squid
url: https://mirror.stream.centos.org/SIGs/9-stream/storage/x86_64/ceph-squid/
base_path: centos/9-stream/storage/x86_64/ceph-squid/
short_name: centos_stream_9_storage_ceph_squid
sync_group: centos
distribution_name: centos-stream-9-storage-ceph-squid-
# Ceph Squid for CentOS Stream 9 (aarch64)
- name: CentOS Stream 9 - Ceph Squid (aarch64)
url: https://mirror.stream.centos.org/SIGs/9-stream/storage/aarch64/ceph-squid/
base_path: centos/9-stream/storage/aarch64/ceph-squid/
short_name: centos_stream_9_storage_ceph_squid_aarch64
sync_group: rocky_9_aarch64
distribution_name: centos-stream-9-storage-ceph-squid-aarch64-
# EPEL 9 repository
- name: Extra Packages for Enterprise Linux 9
url: https://mirrors.fedoraproject.org/mirrorlist?repo=epel-9&arch=x86_64&country=NL&infra=stock&content=centos&protocol=https
Expand Down