From: Guillaume Abrioux Date: Fri, 8 Nov 2019 08:53:58 +0000 (+0100) Subject: tests: use main playbook for add_osds job X-Git-Tag: v4.0.9~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=51596e8b3293240098dd4853c3513af96b7de8df;p=ceph-ansible.git tests: use main playbook for add_osds job This commit replaces the playbook used for add_osds job given accordingly to the add-osd.yml playbook removal Signed-off-by: Guillaume Abrioux (cherry picked from commit fef1cd4c4b3714c0595adbc0a4059a44f6968e80) --- diff --git a/tox.ini b/tox.ini index f57d99986..62037d609 100644 --- a/tox.ini +++ b/tox.ini @@ -253,7 +253,7 @@ commands= commands= ansible-playbook -vv -i {changedir}/hosts-2 --limit osd1 {toxinidir}/tests/functional/setup.yml ansible-playbook -vv -i {changedir}/hosts-2 --limit osd1 {toxinidir}/tests/functional/lvm_setup.yml - ansible-playbook -vv -i {changedir}/hosts-2 --limit osd1 {toxinidir}/infrastructure-playbooks/add-osd.yml --extra-vars "\ + ansible-playbook -vv -i {changedir}/hosts-2 --limit osd1 {toxinidir}/{env:PLAYBOOK:site.yml.sample} --extra-vars "\ ireallymeanit=yes \ fetch_directory={env:FETCH_DIRECTORY:{changedir}/fetch} \ ceph_stable_release={env:CEPH_STABLE_RELEASE:nautilus} \