tripleo-quickstart/ansible-role-requirements.yml
Rafael Castillo c339bce200 Install roles with ansible-galaxy
Ansible roles aren't really python projects, we shouldn't install them
with pip.

Keeps installing ansible-role-collect-logs with pip as ansible has
trouble loading the plugins from that repo otherwise.

Also moves ansible-role-requirements.yml to
ansible-collections-requirements.yml to make its purpose more clear and
repurposes ansible-role-requirements.yml to list the actual roles
installed.

Change-Id: I0d5f8adc1ce82d94d443ab1ce81eacebba579702
2022-04-08 08:37:43 -07:00

8 lines
235 B
YAML

---
- src: git+https://opendev.org/openstack/openstack-ansible-os_tempest.git
version: master
name: os_tempest
- src: git+https://opendev.org/openstack/ansible-role-python_venv_build.git
version: master
name: python_venv_build