diff --git a/galaxy.yml b/galaxy.yml index baa890b..b3fcd69 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: "stackhpc" name: "cephadm" -version: "1.20.0" +version: "1.21.0" readme: "README.md" authors: - "Michal Nasiadka" diff --git a/roles/cephadm/README.md b/roles/cephadm/README.md index 2781c14..df4f7e8 100644 --- a/roles/cephadm/README.md +++ b/roles/cephadm/README.md @@ -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) diff --git a/roles/cephadm/defaults/main.yml b/roles/cephadm/defaults/main.yml index d605d5e..4b4b8a9 100644 --- a/roles/cephadm/defaults/main.yml +++ b/roles/cephadm/defaults/main.yml @@ -1,5 +1,5 @@ --- -cephadm_ceph_release: reef +cephadm_ceph_release: squid cephadm_skip_prechecks: false # FSID cephadm_fsid: "" diff --git a/roles/cephadm/vars/main.yml b/roles/cephadm/vars/main.yml index 8d4a3c4..f544471 100644 --- a/roles/cephadm/vars/main.yml +++ b/roles/cephadm/vars/main.yml @@ -3,8 +3,6 @@ cephadm_rpm_repos: - "$basearch" - "noarch" cephadm_ceph_releases: - - octopus - - pacific - quincy - reef - squid diff --git a/roles/ec_profiles/README.md b/roles/ec_profiles/README.md index 8e0ed6f..bc8c4cc 100644 --- a/roles/ec_profiles/README.md +++ b/roles/ec_profiles/README.md @@ -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.