X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=armband-fuel-config.mk;h=50db8464b2311877fd42ef96b9b9f19afd38b52a;hb=2e922579664feeadf722ce11d4f8b92ffffd3c0c;hp=42ff7aa43eb60bb9dfcd10c526ecb1d6001da42e;hpb=8acbe8dca7b7c36734f93948fa0aeaedec4da99c;p=armband.git diff --git a/armband-fuel-config.mk b/armband-fuel-config.mk index 42ff7aa4..50db8464 100644 --- a/armband-fuel-config.mk +++ b/armband-fuel-config.mk @@ -19,25 +19,19 @@ F_SUB_DIR := ${F_REPOS_DIR}/sub # To enable remote tracking, set the following var to any non-empty string. # Leaving this var empty will bind each git submodule to its saved commit. -ARMBAND_TRACK_REMOTES ?= +ARMBAND_TRACK_REMOTES ?= yes # Armband plugins, supported archs & specific info -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 f_odlpluginbuild f_bgpvpn-pluginbuild f_ovs-nsh-dpdk-pluginbuild f_tacker-pluginbuild export UBUNTU_ARCH := amd64 arm64 export PRODNO := OPNFV_A_FUEL export MIRROR_MOS_UBUNTU := linux.enea.com -export EXTRA_RPM_REPOS := armband,http://linux.enea.com/mos-repos/centos/mos9.0-centos7/armband/x86_64,10 - -# Temporary fuel-plugin-builder repo info for runtime patching -export FPB_REPO := https://github.com/openstack/fuel-plugins -export FPB_BRANCH := master -export FPB_CHANGE := refs/changes/31/311031/2 +export EXTRA_RPM_REPOS := armband,http://linux.enea.com/mos-repos/centos/mos10.0-centos7/armband/x86_64,10 # Armband git submodules for Fuel/OPNFV components 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} -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 @@ -47,9 +41,6 @@ export VSPERF_REPO := ${ARMBAND_BASE}/upstream/vswitchperf export VSPERF_BRANCH := opnfv-armband export VSPERF_CHANGE := ${A_OPNFV_TAG} -export PACKETARY_REPO := ${ARMBAND_BASE}/upstream/packetary -export PACKETARY_COMMIT := ${A_OPNFV_TAG} - # for the patches applying purposes (empty git config in docker build container) export GIT_COMMITTER_NAME?=Fuel OPNFV export GIT_COMMITTER_EMAIL?=fuel@opnfv.org