From 656fbd290121a79722bd5f3af4bd44e928e74ae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Tue, 4 Dec 2018 09:21:51 +0100 Subject: [PATCH] purge: tox add lvm-setup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since we deploy > purge > deploy the LVs are gone so we much recreate them. Signed-off-by: Sébastien Han --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) 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} \