77bb885d07
Installing collections with ansible-galaxy is causing a large number of CI job failures [1]. This patch switches collections installation to github from galaxy for supported collections, and adding retry for task itself. [1] http://paste.openstack.org/show/799081/ Change-Id: Ib61be19b815882ec2167d452b78565ea78c5284c
22 lines
727 B
YAML
22 lines
727 B
YAML
collections:
|
|
# NOTE(noonedeadpunk): needs galaxy.yml to be able to pull from git
|
|
- name: openstack.cloud
|
|
version: 1.2.0
|
|
source: https://galaxy.ansible.com
|
|
- name: https://github.com/ansible-collections/community.general
|
|
version: 1.2.0
|
|
type: git
|
|
- name: https://github.com/ansible-collections/community.rabbitmq
|
|
version: 1.0.1
|
|
type: git
|
|
- name: https://github.com/ansible-collections/community.mysql
|
|
version: 1.1.0
|
|
type: git
|
|
- name: https://github.com/ansible-collections/community.crypto
|
|
version: 1.2.0
|
|
type: git
|
|
# NOTE(noonedeadpunk): needs version in galaxy.yml to pull from git
|
|
- name: openvswitch.openvswitch
|
|
version: 1.0.5
|
|
source: https://galaxy.ansible.com
|