commit e1d55ca523b0ab8bab4e8a4f5b59ce908f9e03aa Author: Dmitriy Rabotyagov Date: Fri Oct 16 19:04:02 2020 +0300 Switch collections to git installations In order to make collection isntallation more reliable we try to install from git now, since galaxy often timeouts. Change-Id: Id541d7602f102a4fab0b8fe216935195d38a9baa diff --git a/test-ansible-collection-requirements.yml b/test-ansible-collection-requirements.yml index 48bae11..7ccea35 100644 --- a/test-ansible-collection-requirements.yml +++ b/test-ansible-collection-requirements.yml @@ -1,19 +1,21 @@ collections: + # NOTE(noonedeadpunk): needs galaxy.yml to be able to pull from git - name: openstack.cloud - version: 1.0.0 + version: 1.2.0 source: https://galaxy.ansible.com - - name: community.general - version: 1.1.0 - source: https://galaxy.ansible.com - - name: community.rabbitmq + - 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 - source: https://galaxy.ansible.com - - name: community.mysql - version: 1.0.0 - source: https://galaxy.ansible.com - - name: community.crypto - version: 1.1.1 - source: https://galaxy.ansible.com + 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 diff --git a/test-ansible-deps.txt b/test-ansible-deps.txt index 795b079..f0d130f 100644 --- a/test-ansible-deps.txt +++ b/test-ansible-deps.txt @@ -8,7 +8,7 @@ # target configuration in each role. # The Ansible version used for testing -ansible-base==2.10.1 +ansible-base==2.10.2 # Used for the ip filter within ansible netaddr