diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2017-01-23 12:35:12 -0500 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2017-01-23 12:37:30 -0500 |
commit | e522b746bab985850cf3349d8070cc75251c1d05 (patch) | |
tree | f04989d0372592b46d78d45a7cf73250566ba1d3 /build/f_isoroot | |
parent | 57f78bc0c7171fab0eff7bbfb842e6f5b823383b (diff) |
Update barometer plugin
1. add feature attributes in plugin
2. update collectd
3. enable mcelog, hugepages, ovs events
Change-Id: Ib9da6c3a6ec2d6ded0f212b1b298a0ed9a355c69
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'build/f_isoroot')
-rw-r--r-- | build/f_isoroot/f_collectd-ceilometer-pluginbuild/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/f_isoroot/f_collectd-ceilometer-pluginbuild/config.mk b/build/f_isoroot/f_collectd-ceilometer-pluginbuild/config.mk index 5bf1368d1..ef51dbb8e 100644 --- a/build/f_isoroot/f_collectd-ceilometer-pluginbuild/config.mk +++ b/build/f_isoroot/f_collectd-ceilometer-pluginbuild/config.mk @@ -8,6 +8,6 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -COLLECTD_CEILOMETER_BRANCH?= +COLLECTD_CEILOMETER_BRANCH?=master COLLECTD_CEILOMETER_REPO?=http://gerrit.opnfv.org/gerrit/barometer -COLLECTD_CEILOMETER_CHANGE?=refs/changes/13/26213/7 +COLLECTD_CEILOMETER_CHANGE?=dcc677f1446de60773d5f89dc0c0711968045822 |