Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: "stackhpc"
name: "cephadm"
version: "1.20.0"
version: "1.21.0"
readme: "README.md"
authors:
- "Michal Nasiadka"
Expand Down
2 changes: 1 addition & 1 deletion roles/cephadm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ All Ceph hosts must be in the `ceph` group.
## Role variables

* General
* `cephadm_ceph_release`: Ceph release to deploy (default: reef)
* `cephadm_ceph_release`: Ceph release to deploy (default: squid)
* `cephadm_container_engine`: Whether to use docker_login or podman_login (default: docker)
* `cephadm_fsid`: FSID to use for cluster (default: empty - cephadm will generate FSID)
* `cephadm_recreate`: If existing cluster should be destroyed and recreated (default: false)
Expand Down
2 changes: 1 addition & 1 deletion roles/cephadm/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
cephadm_ceph_release: reef
cephadm_ceph_release: squid
cephadm_skip_prechecks: false
# FSID
cephadm_fsid: ""
Expand Down
2 changes: 0 additions & 2 deletions roles/cephadm/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ cephadm_rpm_repos:
- "$basearch"
- "noarch"
cephadm_ceph_releases:
- octopus
- pacific
- quincy
- reef
- squid
Expand Down
2 changes: 1 addition & 1 deletion roles/ec_profiles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ This role assumes the existence of the following groups:

```

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.
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.
Loading