diff options
author | Michal Skalski <mskalski@mirantis.com> | 2016-02-18 11:00:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-02-18 11:00:02 +0000 |
commit | b8549becb6ac0785af5d88c7bea5447981334499 (patch) | |
tree | 34a63634bef443387086b4295b65aa7340ec56f7 | |
parent | 129a2a30cbe5aa4ef1834f23e8a5ee7b168600a6 (diff) | |
parent | e1f2e0e7026a1b8597e9b4b8ed6f6bc1346993cc (diff) |
Merge "Build plugin with ODL Be RC3" into stable/brahmaputra
-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 |