From bd0869cd01090e135a9312a6890ed7611f8e3a1c Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Tue, 26 Mar 2019 15:22:41 -0400 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1e10a460e..07f3eb64c 100644 --- a/tox.ini +++ b/tox.ini @@ -239,10 +239,10 @@ setenv= INVENTORY = {env:_INVENTORY:hosts} container: CONTAINER_DIR = /container container: PLAYBOOK = site-docker.yml.sample + container: PURGE_PLAYBOOK = purge-docker-cluster.yml storage_inventory: COPY_ADMIN_KEY = True podman: PLAYBOOK = site-docker.yml.sample 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