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
This commit is contained in:
Jesse Pretorius 2017-11-21 10:40:46 +00:00 committed by Jesse Pretorius (odyssey4me)
parent bb77c33a0f
commit d197182e50

View File

@ -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