Skip to content

Commit 454287e

Browse files
authored
Merge pull request #340 from stackhpc/reef-cephadm-jammy
Add Ceph repo for Ubuntu Jammy
2 parents cc6d58d + 7d1524c commit 454287e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

ansible/inventory/group_vars/all/package-repos

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,20 @@ deb_package_repos:
140140
sync_group: docker
141141
distribution_name: docker-ce-for-ubuntu-jammy-
142142

143+
# Standard Apt mirrors do not contain cephadm Reef, only Quincy
144+
- name: Ceph Reef for Debian
145+
url: https://download.ceph.com/debian-reef/
146+
policy: immediate
147+
architectures: amd64
148+
distributions: jammy
149+
components: main
150+
mirror: true
151+
mode: verbatim
152+
base_path: ceph/debian-reef/
153+
short_name: ceph_reef_ubuntu_jammy
154+
sync_group: third_party
155+
distribution_name: ceph-reef-debian-
156+
143157
# Default filter string for Deb package repositories.
144158
deb_package_repo_filter: ""
145159

0 commit comments

Comments
 (0)