File tree Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
namespace : " stackhpc"
2
2
name : " cephadm"
3
- version : " 1.20 .0"
3
+ version : " 1.21 .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: reef )
30
+ * ` cephadm_ceph_release ` : Ceph release to deploy (default: squid )
31
31
* ` cephadm_container_engine ` : Whether to use docker_login or podman_login (default: docker)
32
32
* ` cephadm_fsid ` : FSID to use for cluster (default: empty - cephadm will generate FSID)
33
33
* ` cephadm_recreate ` : If existing cluster should be destroyed and recreated (default: false)
Original file line number Diff line number Diff line change 1
1
---
2
- cephadm_ceph_release : reef
2
+ cephadm_ceph_release : squid
3
3
cephadm_skip_prechecks : false
4
4
# FSID
5
5
cephadm_fsid : " "
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ cephadm_rpm_repos:
3
3
- " $basearch"
4
4
- " noarch"
5
5
cephadm_ceph_releases :
6
- - octopus
7
- - pacific
8
6
- quincy
9
7
- reef
10
8
- squid
Original file line number Diff line number Diff line change @@ -32,4 +32,4 @@ This role assumes the existence of the following groups:
32
32
33
33
```
34
34
35
- Check Erasure Code profiles [ docs] ( https://docs.ceph.com/en/reef /rados/operations/erasure-code-profile/#osd-erasure-code-profile-set ) for supported key options.
35
+ Check Erasure Code profiles [ docs] ( https://docs.ceph.com/en/squid /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