diff options
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 |