diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-01-24 19:38:40 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-01-25 17:34:08 +0100 |
commit | cc5fb9ba3de5c2d45580dcaa547a768499b70ab6 (patch) | |
tree | f2a919244770da98809e4803aa025449322a7b22 /armband-fuel-config.mk | |
parent | 59b095b6688e8b628ede44c282f8699bd21e4c83 (diff) |
fuel-plugin-odl: Uplift OpenDaylight to Fuel10
JIRA: ARMBAND-202
Change-Id: Ife5a5a34f272cb77dc88c2f927d4129e025a3846
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'armband-fuel-config.mk')
-rw-r--r-- | armband-fuel-config.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/armband-fuel-config.mk b/armband-fuel-config.mk index aceafd3a..6f29f474 100644 --- a/armband-fuel-config.mk +++ b/armband-fuel-config.mk @@ -23,8 +23,8 @@ ARMBAND_TRACK_REMOTES ?= yes # Armband plugins, supported archs & specific info # FIXME(alav): re-enable for D release after rebasing to Newton -#export PLUGINS := f_odlpluginbuild f_bgpvpn-pluginbuild f_ovs-nsh-dpdk-pluginbuild f_tacker-pluginbuild f_yardstick-pluginbuild -export PLUGINS := f_yardstick-pluginbuild f_congress-pluginbuild +#export PLUGINS := f_bgpvpn-pluginbuild f_ovs-nsh-dpdk-pluginbuild f_tacker-pluginbuild +export PLUGINS := f_yardstick-pluginbuild f_congress-pluginbuild f_odlpluginbuild export UBUNTU_ARCH := amd64 arm64 export PRODNO := OPNFV_A_FUEL export MIRROR_MOS_UBUNTU := linux.enea.com @@ -39,8 +39,6 @@ export FPB_CHANGE := refs/changes/31/311031/2 export FUEL_PLUGIN_ODL_REPO := ${ARMBAND_BASE}/upstream/fuel-plugin-opendaylight export FUEL_PLUGIN_ODL_BRANCH := opnfv-armband export FUEL_PLUGIN_ODL_CHANGE := ${A_OPNFV_TAG} -# FIXME(alav): rebase to Newton and update ref -export OPNFV_QUAGGE_PACKAGING_REPO := https://github.com/alexandruavadanii/opnfv-quagga-packaging export OVS_NSH_DPDK_REPO := ${ARMBAND_BASE}/upstream/fuel-plugin-ovs export OVS_NSH_DPDK_BRANCH := opnfv-armband |