Skip to content

Commit

Permalink
Merge pull request #340 from stackhpc/reef-cephadm-jammy
Browse files Browse the repository at this point in the history
Add Ceph repo for Ubuntu Jammy
  • Loading branch information
priteau authored Oct 10, 2024
2 parents cc6d58d + 7d1524c commit 454287e
Showing 1 changed file with 14 additions and 0 deletions.
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 @@ -140,6 +140,20 @@ deb_package_repos:
sync_group: docker
distribution_name: docker-ce-for-ubuntu-jammy-

# Standard Apt mirrors do not contain cephadm Reef, only Quincy
- name: Ceph Reef for Debian
url: https://download.ceph.com/debian-reef/
policy: immediate
architectures: amd64
distributions: jammy
components: main
mirror: true
mode: verbatim
base_path: ceph/debian-reef/
short_name: ceph_reef_ubuntu_jammy
sync_group: third_party
distribution_name: ceph-reef-debian-

# Default filter string for Deb package repositories.
deb_package_repo_filter: ""

Expand Down

0 comments on commit 454287e

Please sign in to comment.