]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
library: add cephadm_adopt module
authorDimitri Savineau <dsavinea@redhat.com>
Mon, 30 Nov 2020 19:32:54 +0000 (14:32 -0500)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 2 Dec 2020 08:15:44 +0000 (09:15 +0100)
commit08f118077fde6706c31a1a953ea1b0d5812f7201
tree3f4a66de17039262da37dd159b280958d25ef797
parent86a8889ee3adffc81d3435895a7a117824e779ad
library: add cephadm_adopt module

This adds cephadm_adopt ansible module for replacing the command module
usage with the cephadm adopt command.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
infrastructure-playbooks/cephadm-adopt.yml
library/cephadm_adopt.py [new file with mode: 0644]
tests/library/test_cephadm_adopt.py [new file with mode: 0644]