From: Dimitri Savineau Date: Tue, 26 Mar 2019 19:22:41 +0000 (-0400) Subject: tox: Fix container purge jobs X-Git-Tag: v3.2.11~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e08846c14c5af64d7ad7f72af020025f5bba698b;p=ceph-ansible.git tox: Fix container purge jobs On containerized CI jobs the playbook executed is purge-cluster.yml but it should be set to purge-docker-cluster.yml Signed-off-by: Dimitri Savineau (cherry picked from commit bd0869cd01090e135a9312a6890ed7611f8e3a1c) --- diff --git a/tox.ini b/tox.ini index 74767589f..b18d5d318 100644 --- a/tox.ini +++ b/tox.ini @@ -214,8 +214,8 @@ setenv= INVENTORY = {env:_INVENTORY:hosts} container: CONTAINER_DIR = /container container: PLAYBOOK = site-docker.yml.sample + container: PURGE_PLAYBOOK = purge-docker-cluster.yml non_container: PLAYBOOK = site.yml.sample - container-purge_cluster: PURGE_PLAYBOOK = purge-docker-cluster.yml shrink_mon: MON_TO_KILL = mon2 shrink_osd: COPY_ADMIN_KEY = True rhcs: CEPH_STABLE_RELEASE = luminous