From: Guillaume Abrioux Date: Wed, 3 Aug 2022 05:35:51 +0000 (+0200) Subject: tests: do not use dev repo X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fa1338b8865db75cda02dee80a2faaf10b5805d8;p=ceph-ansible.git tests: do not use dev repo cephadm-adopt is using dev repositories where it should use community ones. Signed-off-by: Guillaume Abrioux --- diff --git a/tox.ini b/tox.ini index ebf39f74e..70d91e71a 100644 --- a/tox.ini +++ b/tox.ini @@ -252,13 +252,11 @@ commands= ansible-playbook -vv -i {changedir}/{env:INVENTORY} {toxinidir}/infrastructure-playbooks/cephadm-adopt.yml --extra-vars "\ ireallymeanit=yes \ delegate_facts_host={env:DELEGATE_FACTS_HOST:True} \ - ceph_repository=dev \ " # idempotency test ansible-playbook -vv -i {changedir}/{env:INVENTORY} {toxinidir}/infrastructure-playbooks/cephadm-adopt.yml --extra-vars "\ ireallymeanit=yes \ delegate_facts_host={env:DELEGATE_FACTS_HOST:True} \ - ceph_repository=dev \ " [testenv]