From: Andrew Schoen Date: Wed, 31 May 2017 16:53:37 +0000 (-0500) Subject: tests: use docker playbook when redeploying a purged cluster X-Git-Tag: v2.3.0rc2~41^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1577%2Fhead;p=ceph-ansible.git tests: use docker playbook when redeploying a purged cluster When we purge a containerized cluster we need to use the correct playbook when redploying the cluster. Signed-off-by: Andrew Schoen --- diff --git a/tox.ini b/tox.ini index 017392946..b5f263111 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ commands= ceph_docker_image_tag={env:CEPH_DOCKER_IMAGE_TAG:latest} \ " # set up the cluster again - ansible-playbook -vv -i {changedir}/hosts {toxinidir}/site.yml.sample --extra-vars "\ + ansible-playbook -vv -i {changedir}/hosts {toxinidir}/{env:PLAYBOOK:site.yml.sample} --extra-vars "\ ceph_stable_release={env:CEPH_STABLE_RELEASE:kraken} \ fetch_directory={env:FETCH_DIRECTORY:{changedir}/fetch} \ ceph_docker_registry={env:CEPH_DOCKER_REGISTRY:docker.io} \