Skip to content

Commit f8cfa15

Browse files
authored
Merge pull request #152 from stackhpc/reef_default
Use Reef by default
2 parents 08db2f0 + 9ce6821 commit f8cfa15

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

roles/cephadm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: quincy)
30+
* `cephadm_ceph_release`: Ceph release to deploy (default: reef)
3131
* `cephadm_container_engine`: Whether to use docker_login or podman_login (default: docker)
3232
* `cephadm_fsid`: FSID to use for cluster (default: empty - cephadm will generate FSID)
3333
* `cephadm_recreate`: If existing cluster should be destroyed and recreated (default: false)

roles/cephadm/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
cephadm_ceph_release: quincy
2+
cephadm_ceph_release: reef
33
cephadm_skip_prechecks: false
44
# FSID
55
cephadm_fsid: ""

roles/ec_profiles/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/quincy/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/reef/rados/operations/erasure-code-profile/#osd-erasure-code-profile-set) for supported key options.

0 commit comments

Comments
 (0)