Skip to content

Commit 936fab4

Browse files
committed
Remove older releases and make Squid default
1 parent aa14250 commit 936fab4

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: "stackhpc"
22
name: "cephadm"
3-
version: "1.20.0"
3+
version: "1.21.0"
44
readme: "README.md"
55
authors:
66
- "Michal Nasiadka"

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: reef)
30+
* `cephadm_ceph_release`: Ceph release to deploy (default: squid)
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: reef
2+
cephadm_ceph_release: squid
33
cephadm_skip_prechecks: false
44
# FSID
55
cephadm_fsid: ""

roles/cephadm/vars/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ cephadm_rpm_repos:
33
- "$basearch"
44
- "noarch"
55
cephadm_ceph_releases:
6-
- octopus
7-
- pacific
86
- quincy
97
- reef
108
- squid

roles/ec_profiles/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ This role assumes the existence of the following groups:
3232
3333
```
3434

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.

0 commit comments

Comments
 (0)