Merge changes If3d86e80,I48763243,I656a6786
[barometer.git] / src / package-list.mk
1 # Upstream Package List
2 #
3 # Everything here is defined as its suggested default
4 # value, it can always be overriden when invoking Make
5
6 # dpdk section
7 # DPDK_URL ?= git://dpdk.org/dpdk
8 DPDK_URL ?= http://dpdk.org/git/dpdk
9 DPDK_TAG ?= v16.11
10
11 LIBPQOS_URL ?= https://github.com/01org/intel-cmt-cat.git
12 LIBPQOS_TAG ?= master
13
14 PMUTOOLS_URL ?= https://github.com/andikleen/pmu-tools
15 PMUTOOLS_TAG ?= master
16
17 KAFKA_URL ?= https://github.com/edenhill/librdkafka.git
18 KAFKA_TAG ?= v0.9.5
19
20 # collectd section
21 COLLECTD_URL ?= https://github.com/collectd/collectd
22
23 # there are 3 collectd flavors:
24 # -"stable" - based on stable collectd release
25 # -"master" - development version, based on master branch
26 # -"experimental" - it is based on master branch as above and includes
27 #                   set pull requests with experimental features
28 ifeq ($(COLLECTD_FLAVOR), stable)
29 # using latest stable release
30         COLLECTD_TAG ?= collectd-5.10
31         SAMPLE_CONF_VARIANT_NAME = collectd_sample_configs
32 else
33 # 'master' and 'experimental' collectd flavors are both using
34 # code from master branch
35         COLLECTD_TAG ?= master
36         SAMPLE_CONF_VARIANT_NAME = collectd_sample_configs-master
37 ifeq ($(COLLECTD_FLAVOR), experimental)
38 # 'experimental' flavor is using additional Pull Requests that
39 # are put on top of master release
40         COLLECTD_USE_EXPERIMENTAL_PR ?= y
41 endif #end of experimental-branch handling
42 endif
43
44 COLLECTD_OPENSTACK_URL ?= https://github.com/openstack/collectd-openstack-plugins
45 COLLECTD_OPENSTACK_TAG ?= stable/pike