File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11namespace : " stackhpc"
22name : " cephadm"
3- version : " 1.14 .0"
3+ version : " 1.15 .0"
44readme : " README.md"
55authors :
66 - " Michal Nasiadka"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ All Ceph hosts must be in the `ceph` group.
2727## Role variables
2828
2929* General
30- * ` cephadm_ceph_release ` : Ceph release to deploy (default: pacific )
30+ * ` cephadm_ceph_release ` : Ceph release to deploy (default: quincy )
3131 * ` cephadm_fsid ` : FSID to use for cluster (default: empty - cephadm will generate FSID)
3232 * ` cephadm_recreate ` : If existing cluster should be destroyed and recreated (default: false)
3333 * ` cephadm_custom_repos ` : If enabled - the role won't define yum/apt repositories. If using Ubuntu 22.04 this should be set to true. (default: false)
Original file line number Diff line number Diff line change 11---
2- cephadm_ceph_release : pacific
2+ cephadm_ceph_release : quincy
33cephadm_skip_prechecks : false
44# FSID
55cephadm_fsid : " "
Original file line number Diff line number Diff line change @@ -6,5 +6,6 @@ cephadm_ceph_releases:
66 - octopus
77 - pacific
88 - quincy
9+ - reef
910cephadm_apt_key_url : " https://download.ceph.com/keys/release.asc"
1011cephadm_apt_key_path : " /usr/local/share/keyrings/ceph.asc"
Original file line number Diff line number Diff line change @@ -28,4 +28,4 @@ This role assumes the existence of the following groups:
2828
2929 ```
3030
31- Check Erasure Code profiles [ docs] ( https://docs.ceph.com/en/pacific /rados/operations/erasure-code-profile/#osd-erasure-code-profile-set ) for supported key options.
31+ Check Erasure Code profiles [ docs] ( https://docs.ceph.com/en/quincy /rados/operations/erasure-code-profile/#osd-erasure-code-profile-set ) for supported key options.
You can’t perform that action at this time.
0 commit comments