]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: do not use dev repo
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 3 Aug 2022 05:35:51 +0000 (07:35 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 3 Aug 2022 07:53:00 +0000 (09:53 +0200)
cephadm-adopt is using dev repositories where it should use
community ones.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index ebf39f74e7cf5566371106214854088677a7f82a..70d91e71a89a2d6ffb7b377a6c65c6042f81831d 100644 (file)
--- 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]