mirror of https://github.com/ceph/ceph-ansible.git
tests: cat the contents of lv-create.log in infra_lv_create
Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/3036/head
parent
131796f275
commit
f5a4c89869
3
tox.ini
3
tox.ini
|
@ -12,6 +12,7 @@ whitelist_externals =
|
||||||
bash
|
bash
|
||||||
cp
|
cp
|
||||||
mkdir
|
mkdir
|
||||||
|
cat
|
||||||
passenv=*
|
passenv=*
|
||||||
setenv=
|
setenv=
|
||||||
ANSIBLE_SSH_ARGS = -F {changedir}/vagrant_ssh_config
|
ANSIBLE_SSH_ARGS = -F {changedir}/vagrant_ssh_config
|
||||||
|
@ -36,6 +37,8 @@ commands=
|
||||||
cp {toxinidir}/infrastructure-playbooks/lv-teardown.yml {toxinidir}/lv-teardown.yml
|
cp {toxinidir}/infrastructure-playbooks/lv-teardown.yml {toxinidir}/lv-teardown.yml
|
||||||
ansible-playbook -vv -i {changedir}/hosts {toxinidir}/lv-teardown.yml --extra-vars "ireallymeanit=yes"
|
ansible-playbook -vv -i {changedir}/hosts {toxinidir}/lv-teardown.yml --extra-vars "ireallymeanit=yes"
|
||||||
|
|
||||||
|
cat {toxinidir}/lv-create.log
|
||||||
|
|
||||||
vagrant destroy --force
|
vagrant destroy --force
|
||||||
|
|
||||||
# extra commands for purging clusters
|
# extra commands for purging clusters
|
||||||
|
|
Loading…
Reference in New Issue