From c6064d1b5b35f2ec7456e9d95c2e22fa4188bbdd Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Thu, 16 Nov 2017 17:20:57 +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: Ic73d92ad0535389a301d7cdedb6b167762cb416c --- ansible-role-requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible-role-requirements.yml b/ansible-role-requirements.yml index b2ee223d34..37e02a3530 100644 --- a/ansible-role-requirements.yml +++ b/ansible-role-requirements.yml @@ -208,7 +208,7 @@ version: master - 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 - name: haproxy_endpoints scm: git