Merge "cephadm: Use distro-provided Quincy on Jammy"
This commit is contained in:
commit
e2d276cd96
@ -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"
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user