mirror of https://github.com/ceph/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 <gabrioux@redhat.com> (cherry picked from commitpull/7285/head89ddc193fc
) (cherry picked from commit6ef470ef0d
)
parent
32b84e7e8e
commit
3ca2d7d205
1
tox.ini
1
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} \
|
||||
|
|
Loading…
Reference in New Issue