This commit updates the default ODL package to be tested with to the
first stable release of Helium. Critically, this includes ODL fixes
for some IPV6 issues.
Change-Id: I4eaa52a8baffdcc3a5e74cabca2f9cd7ea4ec237
| ... | ... |
@@ -45,16 +45,16 @@ ODL_USERNAME=${ODL_USERNAME:-admin}
|
| 45 | 45 |
ODL_PASSWORD=${ODL_PASSWORD:-admin}
|
| 46 | 46 |
|
| 47 | 47 |
# Short name of ODL package |
| 48 |
-ODL_NAME=${ODL_NAME:-distribution-karaf-0.2.0-Helium}
|
|
| 48 |
+ODL_NAME=${ODL_NAME:-distribution-karaf-0.2.1-Helium-SR1}
|
|
| 49 | 49 |
|
| 50 | 50 |
# <define global variables here that belong to this project> |
| 51 | 51 |
ODL_DIR=$DEST/opendaylight |
| 52 | 52 |
|
| 53 | 53 |
# The OpenDaylight Package, currently using 'Hydrogen' release |
| 54 |
-ODL_PKG=${ODL_PKG:-distribution-karaf-0.2.0-Helium.zip}
|
|
| 54 |
+ODL_PKG=${ODL_PKG:-distribution-karaf-0.2.1-Helium-SR1.zip}
|
|
| 55 | 55 |
|
| 56 | 56 |
# The OpenDaylight URL |
| 57 |
-ODL_URL=${ODL_URL:-https://nexus.opendaylight.org/content/groups/public/org/opendaylight/integration/distribution-karaf/0.2.0-Helium}
|
|
| 57 |
+ODL_URL=${ODL_URL:-https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/integration/distribution-karaf/0.2.1-Helium-SR1/}
|
|
| 58 | 58 |
|
| 59 | 59 |
# Default arguments for OpenDaylight. This is typically used to set |
| 60 | 60 |
# Java memory options. |