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:
Michal Nasiadka 2022-07-25 08:11:38 +02:00 committed by Radosław Piliszek
parent 332fdca50f
commit 532b81d6ee
3 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
--- ---
cephadm_ceph_release: "pacific" cephadm_ceph_release: "pacific"
cephadm_ceph_apt_repo: "deb http://download.ceph.com/debian-{{ cephadm_ceph_release }}/ {{ ansible_distribution_release }} main" 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: cephadm_ceph_rpm_repos:
- shortname: "ceph" - shortname: "ceph"

View File

@ -11,3 +11,4 @@
repo: "{{ cephadm_ceph_apt_repo }}" repo: "{{ cephadm_ceph_apt_repo }}"
filename: ceph filename: ceph
become: True become: True
when: not cephadm_use_package_from_distribution | bool

View File

@ -93,6 +93,7 @@
timeout: 9000 timeout: 9000
vars: vars:
base_distro: ubuntu base_distro: ubuntu
cephadm_use_package_from_distribution: true
- job: - job:
name: kolla-ansible-centos8s-source-mariadb name: kolla-ansible-centos8s-source-mariadb