We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc6d58d + 7d1524c commit 454287eCopy full SHA for 454287e
ansible/inventory/group_vars/all/package-repos
@@ -140,6 +140,20 @@ deb_package_repos:
140
sync_group: docker
141
distribution_name: docker-ce-for-ubuntu-jammy-
142
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
+
157
# Default filter string for Deb package repositories.
158
deb_package_repo_filter: ""
159
0 commit comments