mirror of
https://github.com/ceph/ceph
synced 2024-12-18 09:25:49 +00:00
ceph-volume: tox define vagrant cwd
Signed-off-by: Alfredo Deza <adeza@redhat.com>
This commit is contained in:
parent
750d9f4125
commit
89ccbd8ab4
@ -12,6 +12,7 @@ setenv=
|
||||
ANSIBLE_SSH_ARGS = -F {changedir}/vagrant_ssh_config
|
||||
ANSIBLE_STDOUT_CALLBACK = debug
|
||||
ANSIBLE_RETRY_FILES_ENABLED = False
|
||||
VAGRANT_CWD = {changedir}
|
||||
deps=
|
||||
ansible==2.2.3
|
||||
testinfra==1.6.0
|
||||
@ -26,6 +27,7 @@ commands=
|
||||
bash {toxinidir}/scripts/generate_ssh_config.sh {changedir}
|
||||
|
||||
# create logical volumes to test with on the vms
|
||||
ansible-playbook -vv -i {changedir}/hosts {toxinidir}/setup.yml
|
||||
ansible-playbook -vv -i {changedir}/hosts {envdir}/tmp/ceph-ansible/tests/functional/lvm_setup.yml
|
||||
|
||||
# use ceph-ansible to deploy a ceph cluster on the vms
|
||||
|
Loading…
Reference in New Issue
Block a user