mirror of https://github.com/ceph/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 <dsavinea@redhat.com>pull/4974/head
parent
01095f1f4c
commit
071b950325
1
tox.ini
1
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
|
||||
|
|
Loading…
Reference in New Issue