Skip to content
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
16 changes: 16 additions & 0 deletions ansible/inventory/group_vars/all/rpm-package-repos
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,22 @@ rpm_package_repos:
short_name: centos_stream_9_storage_ceph_squid_aarch64
sync_group: rocky_9_aarch64
distribution_name: centos-stream-9-storage-ceph-squid-aarch64-
# Ceph Squid for EL9, from Ceph upstream.
# NOTE(bbezak): The SIG only has Ceph Squid 19.2.5 for el9, which misses the
# 19.2.6 CVE fixes.
- name: Ceph Squid - el9
url: https://download.ceph.com/rpm-squid/el9/x86_64/
base_path: ceph/rpm-squid/el9/x86_64/
short_name: ceph_squid_el9
sync_group: third_party
distribution_name: ceph-squid-el9-
# Ceph Squid for EL9, from Ceph upstream (aarch64)
- name: Ceph Squid - el9 (aarch64)
url: https://download.ceph.com/rpm-squid/el9/aarch64/
base_path: ceph/rpm-squid/el9/aarch64/
short_name: ceph_squid_el9_aarch64
sync_group: rocky_9_aarch64
distribution_name: ceph-squid-el9-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