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