]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: fix path to inventory host file in tox-update.ini
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 22 May 2019 11:54:05 +0000 (13:54 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 22 May 2019 11:54:05 +0000 (13:54 +0200)
the path had `/{env:CONTAINER_DIR:}` which is already added in
`changedir=` section. That led to a wrong path so the initial deployment
couldn't complete.

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

index 9c5fb54095cefbe22b7d123de117a8903335f846..28fac79d0d4fcf0bce3e3951e3bfb67d2d148297 100644 (file)
@@ -51,7 +51,7 @@ commands=
   ansible-playbook -vv -i {changedir}/{env:INVENTORY} {toxinidir}/tests/functional/setup.yml
 
    # deploy the cluster
-  ansible-playbook -vv -i {changedir}/{env:CONTAINER_DIR:}/hosts {toxinidir}/{env:PLAYBOOK:site.yml.sample} --limit 'all:!iscsigws' --extra-vars "\
+  ansible-playbook -vv -i {changedir}/hosts {toxinidir}/{env:PLAYBOOK:site.yml.sample} --limit 'all:!iscsigws' --extra-vars "\
       delegate_facts_host={env:DELEGATE_FACTS_HOST:True} \
       fetch_directory={env:FETCH_DIRECTORY:{changedir}/fetch} \
       ceph_stable_release={env:CEPH_STABLE_RELEASE:jewel} \