mirror of https://github.com/ceph/ceph-ansible.git
purge: tox add lvm-setup
Since we deploy > purge > deploy the LVs are gone so we much recreate
them.
Signed-off-by: Sébastien Han <seb@redhat.com>
(cherry picked from commit 656fbd2901
)
pull/3458/head
parent
e55ec6c0f5
commit
3ed5de5cd1
3
tox.ini
3
tox.ini
|
@ -54,6 +54,9 @@ commands=
|
|||
ceph_docker_image_tag={env:CEPH_DOCKER_IMAGE_TAG:latest-master} \
|
||||
"
|
||||
|
||||
# re-setup lvm
|
||||
ansible-playbook -vv -i {changedir}/hosts {toxinidir}/tests/functional/lvm_setup.yml
|
||||
|
||||
# set up the cluster again
|
||||
ansible-playbook -vv -i {changedir}/hosts {toxinidir}/{env:PLAYBOOK:site.yml.sample} --extra-vars "\
|
||||
ceph_stable_release={env:CEPH_STABLE_RELEASE:luminous} \
|
||||
|
|
Loading…
Reference in New Issue