]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
library: add ceph_osd_flag module
authorDimitri Savineau <dsavinea@redhat.com>
Tue, 3 Nov 2020 21:44:58 +0000 (16:44 -0500)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 15 Dec 2020 16:36:28 +0000 (17:36 +0100)
commit3f16132e44f8818962e99656cd80e548b203224c
treea4137437f30264c6455df7e8f1d2e89c4ce98f70
parente51f68fdbbb60413d8b5bda3b2b8fe48d6fed566
library: add ceph_osd_flag module

This adds ceph_osd_flag ansible module for replacing the command module
usage with the ceph osd set/unset commands.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 5da593604a50605b228107752588a907169eb381)
infrastructure-playbooks/rolling_update.yml
infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml
library/ceph_osd_flag.py [new file with mode: 0644]
roles/ceph-handler/tasks/handler_osds.yml
roles/ceph-osd/tasks/main.yml
tests/library/test_ceph_osd_flag.py [new file with mode: 0644]