Merge "Re-introduce mirror blacklisting"
[fuel.git] / build / config.mk
1 ##############################################################################
2 # Copyright (c) 2015,2016 Ericsson AB and others.
3 # stefan.k.berg@ericsson.com
4 # jonas.bjurel@ericsson.com
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10
11 # This tag is NOT checked out, it only serves a cosmetic purpose of hinting
12 # what upstream Fuel components our submodules are bound to (while tracking
13 # remotes, ALL submodules will point to remote branch HEAD).
14 # NOTE: Pinning fuel-main or other submodules to a specific commit/tag is
15 # done ONLY via git submodules.
16 FUEL_MAIN_TAG = 9.0.1
17 MOS_VERSION   = 9.0
18 OPENSTACK_VERSION = mitaka-9.0
19
20 # FIXME(alav): Disable remote tracking for now, stick to submodule commits
21 FUEL_TRACK_REMOTES =
22
23 ##############################################################################
24 # Fuel components pinning / remote tracking; use submodules from f_repos
25 ##############################################################################
26
27 # git submodule & patch locations for Fuel components
28 F_GIT_ROOT   := $(shell git rev-parse --show-toplevel)
29 F_GIT_DIR    := $(shell git rev-parse --git-dir)
30 F_SUBMOD_DIR := ${F_GIT_ROOT}/build/f_repos/sub
31 F_PATCH_DIR  := ${F_GIT_ROOT}/build/f_repos/patch
32 F_OPNFV_TAG  := ${FUEL_MAIN_TAG}-opnfv
33
34 # fuel-main repo location used by main Makefile ISO building, use submodule
35 FUEL_MAIN_REPO := ${F_SUBMOD_DIR}/fuel-main
36
37 export FUELLIB_REPO?=${F_SUBMOD_DIR}/fuel-library
38 export NAILGUN_REPO?=${F_SUBMOD_DIR}/fuel-web
39 export PYTHON_FUELCLIENT_REPO?=${F_SUBMOD_DIR}/python-fuelclient
40 export FUEL_AGENT_REPO?=${F_SUBMOD_DIR}/fuel-agent
41 export FUEL_NAILGUN_AGENT_REPO?=${F_SUBMOD_DIR}/fuel-nailgun-agent
42 export ASTUTE_REPO?=${F_SUBMOD_DIR}/fuel-astute
43 export OSTF_REPO?=${F_SUBMOD_DIR}/fuel-ostf
44 export FUEL_MIRROR_REPO?=${F_SUBMOD_DIR}/fuel-mirror
45 export FUELMENU_REPO?=${F_SUBMOD_DIR}/fuel-menu
46 export SHOTGUN_REPO?=${F_SUBMOD_DIR}/shotgun
47 export NETWORKCHECKER_REPO?=${F_SUBMOD_DIR}/network-checker
48 export FUELUPGRADE_REPO?=${F_SUBMOD_DIR}/fuel-upgrade
49 export FUEL_UI_REPO?=${F_SUBMOD_DIR}/fuel-ui
50
51 # OPNFV tags are automatically applied by `make -C f_repos patches-import`
52 export FUELLIB_COMMIT?=${F_OPNFV_TAG}
53 export NAILGUN_COMMIT?=${F_OPNFV_TAG}
54 export PYTHON_FUELCLIENT_COMMIT?=${F_OPNFV_TAG}
55 export FUEL_AGENT_COMMIT?=${F_OPNFV_TAG}
56 export FUEL_NAILGUN_AGENT_COMMIT?=${F_OPNFV_TAG}
57 export ASTUTE_COMMIT?=${F_OPNFV_TAG}
58 export OSTF_COMMIT?=${F_OPNFV_TAG}
59 export FUEL_MIRROR_COMMIT?=${F_OPNFV_TAG}
60 export FUELMENU_COMMIT?=${F_OPNFV_TAG}
61 export SHOTGUN_COMMIT?=${F_OPNFV_TAG}
62 export NETWORKCHECKER_COMMIT?=${F_OPNFV_TAG}
63 export FUELUPGRADE_COMMIT?=${F_OPNFV_TAG}
64 export FUEL_UI_COMMIT?=${F_OPNFV_TAG}
65
66 # for the patches applying purposes (empty git config in docker build container)
67 export GIT_COMMITTER_NAME?=Fuel OPNFV
68 export GIT_COMMITTER_EMAIL?=fuel@opnfv.org
69
70 DOCKER_REPO := http://get.docker.com/builds/Linux/x86_64
71 DOCKER_TAG := docker-latest