Skip to content

Commit 5f7e861

Browse files
committed
Add Ceph repo for Ubuntu Jammy
1 parent 02e2eff commit 5f7e861

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

ansible/inventory/group_vars/all/package-repos

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ deb_package_repos:
124124
mode: verbatim
125125
base_path: docker-ce/ubuntu-focal/
126126
short_name: docker_ce_ubuntu_focal
127-
sync_group: docker
127+
sync_group: ubuntu_third_party
128128
distribution_name: docker-ce-for-ubuntu-focal-
129129

130130
- name: Docker CE for Ubuntu Jammy
@@ -137,9 +137,23 @@ deb_package_repos:
137137
mode: verbatim
138138
base_path: docker-ce/ubuntu-jammy/
139139
short_name: docker_ce_ubuntu_jammy
140-
sync_group: docker
140+
sync_group: ubuntu_third_party
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: ubuntu_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)