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
4 changes: 3 additions & 1 deletion ansible/inventory/group_vars/all/deb-package-repos
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ deb_package_repos:
# path. This allows us to include security updates when using
# DIB_DISTRIBUTION_MIRROR with the Diskimage builder ubuntu-minimal
# element.
distributions: noble noble-updates noble-backports noble-security
# TODO(bbezak): Remove noble-proposed once Ceph 19.2.6 reaches
# noble-updates: https://bugs.launchpad.net/bugs/2161000
distributions: noble noble-updates noble-backports noble-security noble-proposed
mirror: true
mode: verbatim
base_path: ubuntu/noble/
Expand Down