From: Sébastien Han Date: Tue, 4 Dec 2018 08:21:51 +0000 (+0100) Subject: purge: tox add lvm-setup X-Git-Tag: v4.0.0beta1~109 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=656fbd290121a79722bd5f3af4bd44e928e74ae2;p=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 --- diff --git a/tox.ini b/tox.ini index 09fa1dfbd..69ea0df66 100644 --- a/tox.ini +++ b/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} \