From 484d866264c0023c33c3c7f3cb14e47d1cc11b78 Mon Sep 17 00:00:00 2001 From: Michal Skalski Date: Thu, 30 Jun 2016 15:53:30 +0200 Subject: Use ODL Boron for SFC SFC scenario requires OpenDaylight Boron. ODL plugin will be built with both Beryllium and Boron. It will be possible to choose deployment with Boron instead of default Beryllium. Change-Id: I1abd22ddca16e710430accd40ad8359be1bd7132 Signed-off-by: Michal Skalski --- build/f_isoroot/f_odlpluginbuild/config.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build') diff --git a/build/f_isoroot/f_odlpluginbuild/config.mk b/build/f_isoroot/f_odlpluginbuild/config.mk index e02da2bf9..7e68245c3 100644 --- a/build/f_isoroot/f_odlpluginbuild/config.mk +++ b/build/f_isoroot/f_odlpluginbuild/config.mk @@ -8,7 +8,7 @@ ############################################################################## ODL_BRANCH ?= master -ODL_CHANGE ?= 8eb70403e009f1a1f5ea3d2a027165139029d597 +ODL_CHANGE ?= ae7f56df70acb92f78150c5461d84896e6aef1b4 ODL_REPO ?= https://github.com/openstack/fuel-plugin-opendaylight.git FPB_BRANCH ?= master @@ -17,3 +17,4 @@ FPB_REPO ?= https://github.com/openstack/fuel-plugins export ODL_TARBALL_LOCATION?=https://nexus.opendaylight.org/content/groups/public/org/opendaylight/integration/distribution-karaf/0.4.2-Beryllium-SR2/distribution-karaf-0.4.2-Beryllium-SR2.tar.gz export ODL_VERSION_NUMBER?=0.4.2 +export ODL_BORON_TARBALL_LOCATION?=https://nexus.opendaylight.org/content/repositories/staging/org/opendaylight/integration/distribution-karaf/0.5.0-Boron/distribution-karaf-0.5.0-Boron.tar.gz -- cgit 1.2.3-korg