Skip to content

Commit 432d907

Browse files
authored
Merge pull request #145 from stackhpc/fix/cephadm-keys
Make cephadm_key module stateless
2 parents 083dcea + 7bed19b commit 432d907

File tree

4 files changed

+104
-217
lines changed

4 files changed

+104
-217
lines changed

CHANGELOG.rst

+20
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ stackhpc.cephadm Release Notes
44

55
.. contents:: Topics
66

7+
v1.16.0
8+
=======
9+
10+
Release Summary
11+
---------------
12+
13+
Fix idempotency issue in cephadm_keys plugin. `cephadm_keys` no
14+
longer generates keyring files on Ceph hosts, and additional tasks
15+
are required to write keyring files to disk - see the cephadm_keys
16+
README.md for further details.
17+
18+
19+
Minor Changes
20+
-------------
21+
22+
- Deprecate `generate_keys` functionality in cephadm_keys plugin
23+
- Deprecate `fetch_inital_keys` functionality in cephadm_keys plugin
24+
- Fix issue with idempotency in cephadm_keys plugin, by no longer
25+
generating user keyring files on Ceph hosts.
26+
727

828
v1.13.0
929
=======

galaxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: "stackhpc"
22
name: "cephadm"
3-
version: "1.15.1"
3+
version: "1.16.0"
44
readme: "README.md"
55
authors:
66
- "Michal Nasiadka"

0 commit comments

Comments
 (0)