From: Guillaume Abrioux Date: Mon, 1 Aug 2022 18:22:10 +0000 (+0200) Subject: tests: set no_log_on_ceph_key_tasks=false X-Git-Tag: v6.0.28~9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3ca2d7d205371c597bce5d7f512858410001f3ad;p=ceph-ansible.git tests: set no_log_on_ceph_key_tasks=false In order to not have to always reproduce it when a failure shows up in the CI having the failure logged can make us save some time. Signed-off-by: Guillaume Abrioux (cherry picked from commit 89ddc193fc985fbe9a1bb3d1bcd21a29e3bc750d) (cherry picked from commit 6ef470ef0d2bea713497163c45072987ca3e9fb2) --- diff --git a/tox.ini b/tox.ini index 255550ced..2f5b57e43 100644 --- a/tox.ini +++ b/tox.ini @@ -339,6 +339,7 @@ commands= ansible-playbook -vv -i {changedir}/{env:INVENTORY} {toxinidir}/tests/functional/setup.yml ansible-playbook -vv -i {changedir}/{env:INVENTORY} {toxinidir}/{env:PLAYBOOK:site.yml.sample} --extra-vars "\ + no_log_on_ceph_key_tasks=false \ deploy_secondary_zones=False \ ceph_docker_registry_auth=True \ ceph_docker_registry_username={env:DOCKER_HUB_USERNAME} \