]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
library: add cephadm_bootstrap module
authorDimitri Savineau <dsavinea@redhat.com>
Fri, 16 Oct 2020 00:42:00 +0000 (20:42 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 1 Dec 2020 09:30:05 +0000 (10:30 +0100)
commitc3ed124d310298d894ed340730c5d4dd265629ed
treef4d3928f7fa68cf3edc54a333bf6c3d18be715dc
parent5da593604a50605b228107752588a907169eb381
library: add cephadm_bootstrap module

This adds cephadm_bootstrap ansible module for replacing the command module
usage with the cephadm bootstrap command.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
infrastructure-playbooks/cephadm.yml
library/cephadm_bootstrap.py [new file with mode: 0644]
tests/functional/cephadm/group_vars/all
tests/library/test_cephadm_bootstrap.py [new file with mode: 0644]