From d2d241f21dc7037c9c9589fe58ef934859a4715c Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Tue, 3 Mar 2020 11:08:22 +0100 Subject: [PATCH] tests: modify add-osd job This commit modifies the way we test add-osd scenario given that the playbook add-osd.yml is broken at the moment. As a workaround we can use main playbook with `--limit` to achieve this operation. Note: This commit is intended to be reverted once we get a fix. Signed-off-by: Guillaume Abrioux --- tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 7d7b6d3a8..7a7e76167 100644 --- a/tox.ini +++ b/tox.ini @@ -147,8 +147,9 @@ 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 - cp {toxinidir}/infrastructure-playbooks/add-osd.yml {toxinidir}/add-osd.yml - ansible-playbook -vv -i {changedir}/hosts-2 --limit osd1 {toxinidir}/add-osd.yml --extra-vars "\ + #cp {toxinidir}/infrastructure-playbooks/add-osd.yml {toxinidir}/add-osd.yml + #ansible-playbook -vv -i {changedir}/hosts-2 --limit osd1 {toxinidir}/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:luminous} \