c928b5774a
This commit mutually benefits both OSA and ARA: it allows ARA to leverage the func jobs of OSA as a mean to test itself in it's own gate and make sure one of it's patches does not break OSA. It also moves the ARA callback setup from env-prep to functional which is the only place where it makes sense to set up ARA in the first place. Change-Id: Ia7b46424740da94b82c57b828b53c7993fdaa76b
16 lines
514 B
Plaintext
16 lines
514 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
|
|
git+git://github.com/ansible/ansible.git@e85f3f44610fa454c80da6b0f5ae84e3887a6955#egg=ansible
|
|
#ansible==2.2.1
|
|
|
|
# The Ansible lint version used for lint tests
|
|
ansible-lint==3.4.1
|