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
This commit is contained in:
Chandan Kumar 2019-03-19 21:03:04 +05:30
parent 8794a6641b
commit 09628a5c00
1 changed files with 8 additions and 0 deletions

8
requirements.yml Normal file
View File

@ -0,0 +1,8 @@
# 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