Merge "cephadm: Bump used Ceph to Quincy"

This commit is contained in:
Zuul 2022-09-06 11:26:54 +00:00 committed by Gerrit Code Review
commit d8b81095c5
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
---
cephadm_ceph_release: "pacific"
cephadm_ceph_release: "quincy"
cephadm_ceph_apt_repo: "deb http://download.ceph.com/debian-{{ cephadm_ceph_release }}/ {{ ansible_distribution_release }} main"
cephadm_use_package_from_distribution: false

View File

@ -48,7 +48,6 @@
--skip-monitoring-stack
--skip-dashboard
--skip-firewalld
--mon-ip={{ mon_ip }}
--mon-addrv='[v2:{{ mon_ip }}:3300,v1:{{ mon_ip }}:6789]'
become: True
register: cephadm_bootstrap_output