diff options
author | Michal Skalski <mskalski@mirantis.com> | 2016-06-30 15:53:30 +0200 |
---|---|---|
committer | Michal Skalski <mskalski@mirantis.com> | 2016-06-30 16:56:35 +0200 |
commit | 484d866264c0023c33c3c7f3cb14e47d1cc11b78 (patch) | |
tree | bc4271b317d9af7f4bc6089131864d068985c4a0 /build/f_isoroot | |
parent | 17a9c9e51be20ca84f9e9c4ad6f305449f239dfa (diff) |
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 <mskalski@mirantis.com>
Diffstat (limited to 'build/f_isoroot')
-rw-r--r-- | build/f_isoroot/f_odlpluginbuild/config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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 |