openstack-ansible-os_tempest/requirements.yml
Chandan Kumar 09628a5c00 Use requirements.yml for managing os_tempest deps
os_tempest depends on python_venv_build role and
config_template action plugin. We can install both using
ansible-galaxy install -r requirements.yml.

We will update the installation usage in this doc patch
https://review.openstack.org/#/c/644570/

Change-Id: If643e158cb00bbc0ae08ddaabae59040f69a3d4e
2019-03-19 21:06:45 +05:30

9 lines
316 B
YAML

# python_venv_build ansible role
- name: python_venv_build
src: git+https://git.openstack.org/openstack/ansible-role-python_venv_build.git
version: master
# ansible-config_template action plugin
- name: config_template
src: git+https://git.openstack.org/openstack/ansible-config_template.git
version: master