Reduce ceilometer memory usage
[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 = master
17 MOS_VERSION   = 10.0
18 OPENSTACK_VERSION = newton-10.0
19
20
21 ##############################################################################
22 # Fuel components pinning / remote tracking; use submodules from f_repos
23 ##############################################################################
24
25 # git submodule & patch locations for Fuel components
26 F_GIT_ROOT   := $(shell git rev-parse --show-toplevel)
27 F_GIT_DIR    := $(shell git rev-parse --git-dir)
28 F_SUBMOD_DIR := ${F_GIT_ROOT}/build/f_repos/sub
29 F_PATCH_DIR  := ${F_GIT_ROOT}/build/f_repos/patch
30 F_OPNFV_TAG  := ${FUEL_MAIN_TAG}-opnfv
31
32 # fuel-main repo location used by main Makefile ISO building, use submodule
33 FUEL_MAIN_REPO := ${F_SUBMOD_DIR}/fuel-main
34
35
36 export FUELLIB_REPO?=${F_SUBMOD_DIR}/fuel-library
37 export NAILGUN_REPO?=${F_SUBMOD_DIR}/fuel-web
38 export PYTHON_FUELCLIENT_REPO?=${F_SUBMOD_DIR}/python-fuelclient
39 export FUEL_AGENT_REPO?=${F_SUBMOD_DIR}/fuel-agent
40 export FUEL_NAILGUN_AGENT_REPO?=${F_SUBMOD_DIR}/fuel-nailgun-agent
41 export ASTUTE_REPO?=${F_SUBMOD_DIR}/fuel-astute
42 export OSTF_REPO?=${F_SUBMOD_DIR}/fuel-ostf
43 export FUELMENU_REPO?=${F_SUBMOD_DIR}/fuel-menu
44 export SHOTGUN_REPO?=${F_SUBMOD_DIR}/shotgun
45 export NETWORKCHECKER_REPO?=${F_SUBMOD_DIR}/network-checker
46 export FUEL_UI_REPO?=${F_SUBMOD_DIR}/fuel-ui
47
48 # OPNFV tags are automatically applied by `make -C f_repos patches-import`
49 export FUELLIB_COMMIT?=${F_OPNFV_TAG}
50 export NAILGUN_COMMIT?=${F_OPNFV_TAG}
51 export PYTHON_FUELCLIENT_COMMIT?=${F_OPNFV_TAG}
52 export FUEL_AGENT_COMMIT?=${F_OPNFV_TAG}
53 export FUEL_NAILGUN_AGENT_COMMIT?=${F_OPNFV_TAG}
54 export ASTUTE_COMMIT?=${F_OPNFV_TAG}
55 export OSTF_COMMIT?=${F_OPNFV_TAG}
56 export FUEL_MIRROR_COMMIT?=${F_OPNFV_TAG}
57 export FUELMENU_COMMIT?=${F_OPNFV_TAG}
58 export SHOTGUN_COMMIT?=${F_OPNFV_TAG}
59 export NETWORKCHECKER_COMMIT?=${F_OPNFV_TAG}
60 export FUELUPGRADE_COMMIT?=${F_OPNFV_TAG}
61 export FUEL_UI_COMMIT?=${F_OPNFV_TAG}
62
63 # for the patches applying purposes (empty git config in docker build container)
64 export GIT_COMMITTER_NAME?=Fuel OPNFV
65 export GIT_COMMITTER_EMAIL?=fuel@opnfv.org
66
67 DOCKER_REPO := http://get.docker.com/builds/Linux/x86_64
68 DOCKER_TAG := docker-latest