Merge "cephadm: Use distro-provided Quincy on Jammy"

This commit is contained in:
Zuul 2022-08-05 16:35:47 +00:00 committed by Gerrit Code Review
commit e2d276cd96
3 changed files with 3 additions and 0 deletions

View File

@ -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"

View File

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

View File

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