diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-07-12 11:46:27 +0100 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-07-12 11:46:27 +0100 |
commit | 6a0837238ff13d3294e5a7181fc3de40e3094625 (patch) | |
tree | da6f16c295c7ce7109a99f06aa6e2d7b35087034 /src/package-list.mk | |
parent | 54ea933ac9643d2d2f3714aa06afc978fc60551e (diff) |
bugfix: collectd with dpdk and collectd-ceilometer
Change-Id: I6e78625b74b9588ce24db2bde7523dc4c1dd5d6e
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Diffstat (limited to 'src/package-list.mk')
-rw-r--r-- | src/package-list.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/package-list.mk b/src/package-list.mk index 45b908e9..93dd5986 100644 --- a/src/package-list.mk +++ b/src/package-list.mk @@ -11,3 +11,6 @@ DPDK_TAG ?= v16.04 # collectd section COLLECTD_URL ?= https://github.com/maryamtahhan/collectd-with-DPDK COLLECTD_TAG ?= dpdkstat + +COLLECTD_CEILOMETER_URL ?= https://github.com/openstack/collectd-ceilometer-plugin +COLLECTD_CEILOMETER_TAG ?= master |