tripleo-quickstart/ansible-collection-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

35 lines
1.1 KiB
YAML

---
collections:
# FIXME(bogdando): LP#1954761: keep these in sync with:
# https://opendev.org/openstack/tripleo-ci/src/branch/master/zuul.d/base.yaml
- name: ansible.utils
source: https://galaxy.ansible.com
version: 2.4.2
- name: ansible.posix
source: https://galaxy.ansible.com
version: 1.3.0
- name: ansible.netcommon
source: https://galaxy.ansible.com
version: 2.4.0
- name: community.general
source: https://galaxy.ansible.com
version: 4.0.2
- name: community.libvirt
source: https://galaxy.ansible.com
version: 1.0.2
- name: openvswitch.openvswitch
source: https://galaxy.ansible.com
version: 2.0.2
- name: openstack.config_template
source: git+https://opendev.org/openstack/ansible-config_template.git
type: git
- name: openstack.cloud
source: git+https://opendev.org/openstack/ansible-collections-openstack
type: git
- name: tripleo.operator
source: git+https://opendev.org/openstack/tripleo-operator-ansible/
type: git
- name: tripleo.collect_logs
source: git+https://opendev.org/openstack/ansible-role-collect-logs/
type: git