mirror of https://github.com/ceph/ceph-ansible.git
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 <gabrioux@redhat.com>pull/5122/head
parent
2d2cec99fc
commit
d2d241f21d
5
tox.ini
5
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} \
|
||||
|
|
Loading…
Reference in New Issue