File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This repo contains `stackhpc.cephadm` Ansible Collection. The collection include
6
6
7
7
## Tested with Ansible
8
8
9
- Tested with the current Ansible 2.9 releases.
9
+ Tested with the current Ansible 2.9 and 2.10 releases.
10
10
11
11
## Included content
12
12
Original file line number Diff line number Diff line change 1
1
namespace : " stackhpc"
2
2
name : " cephadm"
3
- version : " 1.8 .0"
3
+ version : " 1.9 .0"
4
4
readme : " README.md"
5
5
authors :
6
6
- " Michal Nasiadka"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ All Ceph hosts must be in the `ceph` group.
27
27
## Role variables
28
28
29
29
* General
30
- * ` cephadm_ceph_release ` : Ceph release to deploy (default: octopus )
30
+ * ` cephadm_ceph_release ` : Ceph release to deploy (default: pacific )
31
31
* ` cephadm_fsid ` : FSID to use for cluster (default: empty - cephadm will generate FSID)
32
32
* ` cephadm_recreate ` : If existing cluster should be destroyed and recreated (default: False)
33
33
* ` cephadm_custom_repos ` : If enabled - the role won't define yum/apt repositories (default: False)
Original file line number Diff line number Diff line change 1
1
---
2
- cephadm_ceph_release : octopus
2
+ cephadm_ceph_release : pacific
3
3
cephadm_skip_prechecks : False
4
4
# FSID
5
5
cephadm_fsid : " "
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ cephadm_rpm_repos:
3
3
- " $basearch"
4
4
- " noarch"
5
5
cephadm_ceph_releases :
6
- - " octopus"
7
- - " pacific"
6
+ - octopus
7
+ - pacific
8
+ - quincy
8
9
cephadm_apt_key_url : " https://download.ceph.com/keys/release.asc"
9
10
cephadm_apt_key_path : " /usr/local/share/keyrings/ceph.asc"
You can’t perform that action at this time.
0 commit comments