]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
library: add ceph_volume_simple_{activate,scan}
authorDimitri Savineau <dsavinea@redhat.com>
Tue, 17 Nov 2020 14:22:34 +0000 (09:22 -0500)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 25 Nov 2020 09:09:42 +0000 (10:09 +0100)
commit3baac5ad5b8621cb6e8c07bdea92111ac4919cc5
treef62e7dd33efecd9be63d51262955562744b7ee37
parent970c6a4ee6923588adb81d8c49185ff8e340d52e
library: add ceph_volume_simple_{activate,scan}

This adds ceph_volume_simple_{activate,scan} ansible modules for replacing
the command module usage with the ceph-volume simple activate/scan commands.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
infrastructure-playbooks/filestore-to-bluestore.yml
infrastructure-playbooks/rolling_update.yml
library/ceph_volume_simple_activate.py [new file with mode: 0644]
library/ceph_volume_simple_scan.py [new file with mode: 0644]
tests/library/test_ceph_volume_simple_activate.py [new file with mode: 0644]
tests/library/test_ceph_volume_simple_scan.py [new file with mode: 0644]