From d197182e5005fb3b67bd9784b05d0d83b9e2bdbe Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 21 Nov 2017 10:40:46 +0000 Subject: [PATCH] ansible-role-requirements: Switch ODL git repo to the github mirror Cloning from the official ODL git repository fails far too often with the following error fatal: unable to access 'https://git.opendaylight.org/gerrit/p/integration/packaging/ansible-opendaylight.git/': gnutls_handshake() failed: Error in the pull function Lets switch to the github mirror which may be more reliable. Change-Id: Icea546f80d0302d735e85ff2ce86ff4845451d59 --- tests/ansible-role-requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ansible-role-requirements.yml b/tests/ansible-role-requirements.yml index e40bfdf0..0ef8caaa 100644 --- a/tests/ansible-role-requirements.yml +++ b/tests/ansible-role-requirements.yml @@ -60,5 +60,5 @@ version: stable/pike - name: opendaylight scm: git - src: https://git.opendaylight.org/gerrit/p/integration/packaging/ansible-opendaylight.git + src: https://github.com/opendaylight/integration-packaging-ansible-opendaylight version: master