Include ARA in the ansible-previous venv
We are now using ARA for all the jobs, including the upgrades. If ARA isn't installed, any playbook using the ansible-previous venv would fail, because the callback plugin setup during the first steps of the job is still in use. Change-Id: Ibfb444aeacfecd3384314f0e9d92e096279c543a
This commit is contained in:
parent
f84b84e57b
commit
16dafa4718
@ -27,7 +27,7 @@ pushd ${WORKING_DIR}/.tox
|
|||||||
virtualenv ${PREVIOUS_VENV}
|
virtualenv ${PREVIOUS_VENV}
|
||||||
${PREVIOUS_VENV}/bin/pip install -c https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/pike \
|
${PREVIOUS_VENV}/bin/pip install -c https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/pike \
|
||||||
-rhttps://git.openstack.org/cgit/openstack/openstack-ansible/plain/global-requirement-pins.txt?h=stable/pike \
|
-rhttps://git.openstack.org/cgit/openstack/openstack-ansible/plain/global-requirement-pins.txt?h=stable/pike \
|
||||||
-r${WORKING_DIR}/tests/common/previous/test-ansible-deps.txt
|
-r${WORKING_DIR}/tests/common/previous/test-ansible-deps.txt ara
|
||||||
# Display venv contents
|
# Display venv contents
|
||||||
${PREVIOUS_VENV}/bin/pip freeze
|
${PREVIOUS_VENV}/bin/pip freeze
|
||||||
popd
|
popd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user