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 /ci/deploy_ci.sh | |
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 'ci/deploy_ci.sh')
-rwxr-xr-x | ci/deploy_ci.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ci/deploy_ci.sh b/ci/deploy_ci.sh index 64ae4f34..c309e53e 100755 --- a/ci/deploy_ci.sh +++ b/ci/deploy_ci.sh @@ -14,10 +14,6 @@ CI_DIR=$(cd $(dirname ${BASH_SOURCE:-$0});pwd) # FIXME: Some scenarios need to update. case $DEPLOY_SCENARIO in - os-odl_l3-nofeture-ha) - echo "os-odl_l3-nofeature-ha scenario supports mitaka only" - exit 1 - ;; os-odl_l2-moon-ha) echo "os-odl_l2-moon-ha scenario supports xenial mitaka only" exit 1 |