cephadm: Use distro-provided Quincy on Jammy
Ubuntu Jammy will only support Ceph Quincy. Workaround for now - use Jammy in-distro packages for cephadm. Change-Id: I30f071865b9b0751f1336414a0ae82571a332530
This commit is contained in:
parent
332fdca50f
commit
532b81d6ee
@ -1,6 +1,7 @@
|
||||
---
|
||||
cephadm_ceph_release: "pacific"
|
||||
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"
|
||||
|
@ -11,3 +11,4 @@
|
||||
repo: "{{ cephadm_ceph_apt_repo }}"
|
||||
filename: ceph
|
||||
become: True
|
||||
when: not cephadm_use_package_from_distribution | bool
|
||||
|
@ -93,6 +93,7 @@
|
||||
timeout: 9000
|
||||
vars:
|
||||
base_distro: ubuntu
|
||||
cephadm_use_package_from_distribution: true
|
||||
|
||||
- job:
|
||||
name: kolla-ansible-centos8s-source-mariadb
|
||||
|
Loading…
Reference in New Issue
Block a user