mirror of https://github.com/ceph/ceph-ansible.git
tests: provide a way use libvirt with vagrant and tox
This allows for: tox -- --provider=libvirt Signed-off-by: Andrew Schoen <aschoen@redhat.com> Resolves: vagrant#boxespull/1087/head
parent
0522d32e7e
commit
db657ed8e1
2
tox.ini
2
tox.ini
|
@ -20,7 +20,7 @@ changedir=
|
|||
xenial-mon-osd: {toxinidir}/tests/functional/ubuntu/16.04/mon-osd
|
||||
centos7-mon-osd: {toxinidir}/tests/functional/centos/7/mon-osd
|
||||
commands=
|
||||
vagrant up --no-provision --provider=virtualbox
|
||||
vagrant up --no-provision {posargs:--provider=virtualbox}
|
||||
bash {toxinidir}/tests/scripts/generate_ssh_config.sh {changedir}
|
||||
|
||||
ansible-playbook -vv -i {changedir}/hosts {toxinidir}/site.yml.sample
|
||||
|
|
Loading…
Reference in New Issue