Browse code

Update the default ODL to Helium SR1.1

Per a nasty security vulnerability, OpenDaylight has released a security
update for Helium, SR1.1. You can read more about this here [1].

[1] https://lists.opendaylight.org/pipermail/discuss/2014-December/004135.html

Change-Id: I8b9f436b5bf7cabd2d32aaf7388f3f82f9617c3e

Kyle Mestery authored on 2014/12/17 01:50:46
Showing 1 changed files
... ...
@@ -47,16 +47,16 @@ ODL_USERNAME=${ODL_USERNAME:-admin}
47 47
 ODL_PASSWORD=${ODL_PASSWORD:-admin}
48 48
 
49 49
 # Short name of ODL package
50
-ODL_NAME=${ODL_NAME:-distribution-karaf-0.2.1-Helium-SR1}
50
+ODL_NAME=${ODL_NAME:-distribution-karaf-0.2.1-Helium-SR1.1}
51 51
 
52 52
 # <define global variables here that belong to this project>
53 53
 ODL_DIR=$DEST/opendaylight
54 54
 
55 55
 # The OpenDaylight Package, currently using 'Hydrogen' release
56
-ODL_PKG=${ODL_PKG:-distribution-karaf-0.2.1-Helium-SR1.zip}
56
+ODL_PKG=${ODL_PKG:-distribution-karaf-0.2.1-Helium-SR1.1.zip}
57 57
 
58 58
 # The OpenDaylight URL
59
-ODL_URL=${ODL_URL:-https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/integration/distribution-karaf/0.2.1-Helium-SR1/}
59
+ODL_URL=${ODL_URL:-https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/integration/distribution-karaf/0.2.1-Helium-SR1.1/}
60 60
 
61 61
 # Default arguments for OpenDaylight. This is typically used to set
62 62
 # Java memory options.