openstack-ansible-tests/test-ansible-deps.txt
Markos Chandras 2a2a48fdf3 test-ansible-deps: Bump SHA for Ansible 2.4
Ansible stable-2.4 branch contains a fix[1] for zypper which massively
improves its performance when installing packages. It's beneficial to
have that until we move to 2.5 in order to improve the gate times.

[1] 608d30ba9b

Change-Id: I5198190d42f655eeba3cbe82b0388de8c4f81ba9
2018-06-01 10:44:58 +01:00

20 lines
654 B
Plaintext

# WARNING:
# This file is use by all OpenStack-Ansible roles for testing purposes.
# Any changes here will affect all OpenStack-Ansible role repositories
# with immediate effect.
# PURPOSE:
# Python requirements listed here are imported by the roles via tox
# target configuration in each role.
# The Ansible version used for testing
# HEAD of stable-2.4 as of 1st of June 2018 (contains a zypper optimization for installing packages)
# ansible==2.4.4.0
git+https://github.com/ansible/ansible@eedb78a8ba88d11a8e2d6acf0e42f930912eb9f5
# The Ansible lint version used for lint tests
ansible-lint==3.4.21
# Used for the ip filter within ansible
netaddr