diff options
author | Michal Skalski <mskalski@mirantis.com> | 2016-02-17 21:14:40 +0100 |
---|---|---|
committer | Michal Skalski <mskalski@mirantis.com> | 2016-02-17 21:14:40 +0100 |
commit | 5ceaa64c1e81b89dfcce28797741fa2afd017eae (patch) | |
tree | 9f33668484c3c4b6b14791c865ec7dc464b2c2a9 /build/f_isoroot | |
parent | fb1634a8153a9e48ce871484a0811ee78b5d8456 (diff) |
Build plugin with ODL Be RC3
There is no reason to stay with ODL Be RC1
Change-Id: I5aeef99a77d5f13e2977a2e96b0e5ba5f9ccd785
Signed-off-by: Michal Skalski <mskalski@mirantis.com>
Diffstat (limited to 'build/f_isoroot')
-rw-r--r-- | build/f_isoroot/f_odlpluginbuild/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/f_isoroot/f_odlpluginbuild/Makefile b/build/f_isoroot/f_odlpluginbuild/Makefile index f2a47b7ad..e6cf28033 100644 --- a/build/f_isoroot/f_odlpluginbuild/Makefile +++ b/build/f_isoroot/f_odlpluginbuild/Makefile @@ -13,6 +13,7 @@ ODL_REPO="https://github.com/openstack/fuel-plugin-opendaylight.git" export USE_JAVA8=true export JAVA8_URL=https://launchpad.net/~openjdk-r/+archive/ubuntu/ppa/+files/openjdk-8-jre-headless_8u72-b15-1~trusty1_amd64.deb +export ODL_TARBALL_LOCATION=https://nexus.opendaylight.org/content/repositories/staging/org/opendaylight/integration/distribution-karaf/0.4.0-Beryllium/distribution-karaf-0.4.0-Beryllium.tar.gz .PHONY: all all: .odlbuild |