Skip to content

Commit 1fc6f1a

Browse files
authored
Merge pull request #127 from stackhpc/reef
Add Reef support
2 parents eddd6e9 + b90c539 commit 1fc6f1a

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
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.14.0"
3+
version: "1.15.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: pacific)
30+
* `cephadm_ceph_release`: Ceph release to deploy (default: quincy)
3131
* `cephadm_fsid`: FSID to use for cluster (default: empty - cephadm will generate FSID)
3232
* `cephadm_recreate`: If existing cluster should be destroyed and recreated (default: false)
3333
* `cephadm_custom_repos`: If enabled - the role won't define yum/apt repositories. If using Ubuntu 22.04 this should be set to true. (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: pacific
2+
cephadm_ceph_release: quincy
33
cephadm_skip_prechecks: false
44
# FSID
55
cephadm_fsid: ""

roles/cephadm/vars/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ cephadm_ceph_releases:
66
- octopus
77
- pacific
88
- quincy
9+
- reef
910
cephadm_apt_key_url: "https://download.ceph.com/keys/release.asc"
1011
cephadm_apt_key_path: "/usr/local/share/keyrings/ceph.asc"

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/pacific/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/quincy/rados/operations/erasure-code-profile/#osd-erasure-code-profile-set) for supported key options.

0 commit comments

Comments
 (0)