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 1
1
namespace : " stackhpc"
2
2
name : " cephadm"
3
- version : " 1.14 .0"
3
+ version : " 1.15 .0"
4
4
readme : " README.md"
5
5
authors :
6
6
- " 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.
27
27
## Role variables
28
28
29
29
* General
30
- * ` cephadm_ceph_release ` : Ceph release to deploy (default: pacific )
30
+ * ` cephadm_ceph_release ` : Ceph release to deploy (default: quincy )
31
31
* ` cephadm_fsid ` : FSID to use for cluster (default: empty - cephadm will generate FSID)
32
32
* ` cephadm_recreate ` : If existing cluster should be destroyed and recreated (default: false)
33
33
* ` 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 1
1
---
2
- cephadm_ceph_release : pacific
2
+ cephadm_ceph_release : quincy
3
3
cephadm_skip_prechecks : false
4
4
# FSID
5
5
cephadm_fsid : " "
Original file line number Diff line number Diff line change @@ -6,5 +6,6 @@ cephadm_ceph_releases:
6
6
- octopus
7
7
- pacific
8
8
- quincy
9
+ - reef
9
10
cephadm_apt_key_url : " https://download.ceph.com/keys/release.asc"
10
11
cephadm_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:
28
28
29
29
```
30
30
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