a4afb20deb
Instead of importing code from 2.9 Ansible modules, start import it from Openstack Ansible collection. It requires Openstack Ansible collection to be installed and will work with both Ansible 2.9 and 2.11 Change-Id: I0f9f0d26a6b499c13af994edd1353b19620be14d
31 lines
645 B
Plaintext
31 lines
645 B
Plaintext
# this is required for the molecule jobs
|
|
ansi2html
|
|
# https://github.com/sqlalchemy/dogpile.cache/issues/178 (openstacksdk)
|
|
dogpile.cache>=0.6.5,!=0.9.1 # MIT
|
|
openstacksdk
|
|
pytest
|
|
pytest-cov
|
|
pytest-html
|
|
pytest-xdist
|
|
mock
|
|
molecule>=3.3.4
|
|
molecule-podman>=1.0.0a1
|
|
ruamel.yaml
|
|
testinfra
|
|
netaddr
|
|
jinja2
|
|
|
|
# this is required for the docs build jobs
|
|
ansible-core<2.12.0
|
|
sphinx>=2.0.0,!=2.1.0 # BSD
|
|
openstackdocstheme>=2.2.1 # Apache-2.0
|
|
reno>=3.1.0 # Apache-2.0
|
|
doc8>=0.8.1 # Apache-2.0
|
|
bashate>=0.6.0 # Apache-2.0
|
|
metalsmith>=1.4.0 # Apache-2.0
|
|
jsonschema # MIT
|
|
|
|
# Upstream requirements from constraints.txt
|
|
tripleo-common
|
|
os-net-config # Apache-2.0
|