]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
library: add ceph_osd module
authorDimitri Savineau <dsavinea@redhat.com>
Fri, 20 Nov 2020 22:50:59 +0000 (17:50 -0500)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 30 Nov 2020 15:53:45 +0000 (16:53 +0100)
commit0b5b1de963257a353a51d3f2b0927a52d4d53ab5
treefef9874cc19cc2783d0de01e4276dd675456062e
parenteaf0ebfc859f0e8a4528d60c2655eae32c2b07c5
library: add ceph_osd module

This adds ceph_osd ansible module for replacing the command module
usage with the ceph osd destroy/down/in/out/purge/rm commands.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
infrastructure-playbooks/filestore-to-bluestore.yml
infrastructure-playbooks/shrink-osd.yml
library/ceph_osd.py [new file with mode: 0644]
tests/library/test_ceph_osd.py [new file with mode: 0644]