From: Dimitri Savineau Date: Mon, 13 Jan 2020 18:36:50 +0000 (-0500) Subject: tox: allow copy admin key for purge scenario X-Git-Tag: v3.2.39~9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=071b950325a67b7c5293f3917e0ef1b55b91871e;p=ceph-ansible.git tox: allow copy admin key for purge scenario This is enabled in the group_vars/clients file but it's overrided in extra vars by tox. Let's do it like that for now. Signed-off-by: Dimitri Savineau --- diff --git a/tox.ini b/tox.ini index 0f42cff0b..18a26ee75 100644 --- a/tox.ini +++ b/tox.ini @@ -215,6 +215,7 @@ setenv= container: PLAYBOOK = site-docker.yml.sample container: PURGE_PLAYBOOK = purge-docker-cluster.yml non_container: PLAYBOOK = site.yml.sample + purge: COPY_ADMIN_KEY = True shrink_mon: MON_TO_KILL = mon2 shrink_osd: COPY_ADMIN_KEY = True shrink_osd_legacy: COPY_ADMIN_KEY = True