From fa1338b8865db75cda02dee80a2faaf10b5805d8 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 3 Aug 2022 07:35:51 +0200 Subject: [PATCH] tests: do not use dev repo cephadm-adopt is using dev repositories where it should use community ones. Signed-off-by: Guillaume Abrioux --- tox.ini | 2 -- 1 file changed, 2 deletions(-) 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] -- 2.47.3