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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This repo contains `stackhpc.cephadm` Ansible Collection. The collection include

## Tested with Ansible

Tested with the current Ansible 2.9 releases.
Tested with the current Ansible 2.9 and 2.10 releases.

## Included content

Expand Down
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.8.0"
version: "1.9.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: octopus)
* `cephadm_ceph_release`: Ceph release to deploy (default: pacific)
* `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)
* `cephadm_custom_repos`: If enabled - the role won't define yum/apt repositories (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: octopus
cephadm_ceph_release: pacific
cephadm_skip_prechecks: False
# FSID
cephadm_fsid: ""
Expand Down
5 changes: 3 additions & 2 deletions roles/cephadm/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ cephadm_rpm_repos:
- "$basearch"
- "noarch"
cephadm_ceph_releases:
- "octopus"
- "pacific"
- octopus
- pacific
- quincy
cephadm_apt_key_url: "https://download.ceph.com/keys/release.asc"
cephadm_apt_key_path: "/usr/local/share/keyrings/ceph.asc"