diff options
author | Harry Huang <huangxiangyu5@huawei.com> | 2017-01-25 20:54:29 +0800 |
---|---|---|
committer | Justin chi <chigang@huawei.com> | 2017-02-09 06:45:05 +0000 |
commit | 08fc4477bff0219d0277a63a9ab82a03087f7ef5 (patch) | |
tree | 5403c41908596cb985fbd8df341d979a2583ded6 /repo | |
parent | 42634c9d279f6c1db38e0926a787fc33c2ef826f (diff) |
Upgrade OpenDaylight to Boron ( l3 scenario )
JIRA: COMPASS-512
1. Use package distribution-karaf-0.5.2-Boron.tar.gz
2. Add configuring ACL
3. Remove neutron-l3 agent in odl_cluster role
4. Fix ODL l2 metadata problem
Change-Id: Ib14cdf3539deeeb91ebfec0450a9e7f0228f7741
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Diffstat (limited to 'repo')
-rw-r--r-- | repo/repo.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/repo.conf b/repo/repo.conf index 21dee026..6f0e9cda 100644 --- a/repo/repo.conf +++ b/repo/repo.conf @@ -16,6 +16,6 @@ export PACKAGE_URL=${PACKAGE_URL:-http://205.177.226.237:9999} # feature packages export KVMFORNFV=${kvmfornfv:-https://gerrit.opnfv.org/gerrit/p/kvmfornfv.git} -export ODL_PKG="$PACKAGE_URL/distribution-karaf-0.5.0-Boron.tar.gz" +export ODL_PKG="$PACKAGE_URL/distribution-karaf-0.5.2-Boron.tar.gz" export JAVA_PKG="$PACKAGE_URL/jdk-8u51-linux-x64.tar.gz \ $PACKAGE_URL/install_jdk8.tar" |