ci: bump up ceph release
Change-Id: I3dbe017d29f0209e963fd250d4e5a753f62695d5
This commit is contained in:
parent
79625c1c88
commit
d288fb5e8e
@ -1,15 +1,15 @@
|
||||
---
|
||||
cephadm_ceph_release: "quincy"
|
||||
cephadm_ceph_release: "reef"
|
||||
cephadm_ceph_apt_repo: "deb http://download.ceph.com/debian-{{ cephadm_ceph_release }}/ {{ ansible_distribution_release }} main"
|
||||
cephadm_use_package_from_distribution: false
|
||||
|
||||
cephadm_ceph_rpm_repos:
|
||||
- shortname: "ceph"
|
||||
name: "Ceph {{ ansible_architecture }} repository"
|
||||
url: "http://download.ceph.com/rpm-{{ cephadm_ceph_release }}/el8/{{ ansible_architecture }}/"
|
||||
url: "http://download.ceph.com/rpm-{{ cephadm_ceph_release }}/el9/{{ ansible_architecture }}/"
|
||||
- shortname: "ceph-noarch"
|
||||
name: "Ceph noarch repository"
|
||||
url: "http://download.ceph.com/rpm-{{ cephadm_ceph_release }}/el8/noarch/"
|
||||
url: "http://download.ceph.com/rpm-{{ cephadm_ceph_release }}/el9/noarch/"
|
||||
|
||||
cephadm_ceph_rpm_gpg_key: http://download.ceph.com/keys/release.gpg
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user