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
9 lines
316 B
YAML
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
|