openstack-ansible-tests/test-ansible-deps.txt
Kevin Carter 29433ab0bc add netaddr to the test repo install process
This package is required to use the ansible ip filter.
REF: http://docs.ansible.com/ansible/playbooks_filters_ipaddr.html

Change-Id: I0f67105a7100dd65756d4f51578bcdb95e87348a
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2017-06-30 10:17:09 -05:00

18 lines
471 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
ansible==2.3.1.0
# The Ansible lint version used for lint tests
ansible-lint==3.4.12
# Used for the ip filter within ansible
netaddr