mirror of https://github.com/ceph/ceph-ansible.git
tests: do not use ceph@main rpm
rbd-mirror tests are using devel packages while it should use quincy. Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>pull/7558/head
parent
eb8904e795
commit
b904d26982
|
@ -42,8 +42,6 @@ commands=
|
|||
bash {toxinidir}/tests/scripts/vagrant_up.sh --no-provision {posargs:--provider=virtualbox}
|
||||
bash {toxinidir}/tests/scripts/generate_ssh_config.sh {changedir}
|
||||
|
||||
non_container: ansible-playbook -vv -i "localhost," -c local {toxinidir}/tests/functional/dev_setup.yml --extra-vars "dev_setup={env:DEV_SETUP:False} change_dir={changedir} ceph_dev_branch={env:CEPH_DEV_BRANCH:main} ceph_dev_sha1={env:CEPH_DEV_SHA1:latest}" --tags "vagrant_setup"
|
||||
|
||||
ansible-playbook -vv -i {changedir}/{env:INVENTORY} {toxinidir}/tests/functional/setup.yml
|
||||
|
||||
# configure lvm
|
||||
|
|
Loading…
Reference in New Issue