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: Ic8a1599b260ca3183e3cc78a9243f45f944899dc
This commit is contained in:
Jesse Pretorius 2017-11-21 10:41:04 +00:00 committed by German Eichberger
parent fed40c9b73
commit 3eee3a1025

View File

@ -72,5 +72,5 @@
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