aboutsummaryrefslogtreecommitdiffstats
path: root/armband-fuel-config.mk
blob: 50db8464b2311877fd42ef96b9b9f19afd38b52a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
##############################################################################
# Copyright (c) 2016 Enea AB and others.
# Alexandru.Avadanii@enea.com
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################

# Prepare for merging with Fuel@OPNFV by keeping the same patch dir structure
A_FUEL_BASE := ${ARMBAND_BASE}/upstream/fuel
A_PATCH_DIR := ${ARMBAND_BASE}/patches
A_OPNFV_TAG  = armband-opnfv
A_PATCHES    = $(shell find ${A_PATCH_DIR} -name '*.patch')
F_BUILD_DIR := ${A_FUEL_BASE}/build
F_REPOS_DIR := ${F_BUILD_DIR}/f_repos
F_PATCH_DIR := ${F_REPOS_DIR}/patch
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 ?= yes

# Armband plugins, supported archs & specific info
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/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 OVS_NSH_DPDK_REPO   := ${ARMBAND_BASE}/upstream/fuel-plugin-ovs
export OVS_NSH_DPDK_BRANCH := opnfv-armband
export OVS_NSH_DPDK_CHANGE := ${A_OPNFV_TAG}

export VSPERF_REPO   := ${ARMBAND_BASE}/upstream/vswitchperf
export VSPERF_BRANCH := opnfv-armband
export VSPERF_CHANGE := ${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