From 490c19bb38fb246347ba4a7c9dbc507ee46dac9c Mon Sep 17 00:00:00 2001 From: Lars Kellogg-Stedman Date: Wed, 21 Dec 2016 13:14:01 -0500 Subject: implement a collectd composable service The collectd composable service permits an operator to configure collectd metrics collection as part of the overcloud install. Depends-on: I03cfbd96778a76125d18e2ca2f48d96e292608de Change-Id: I143565329f5128f15cc39c9b62a6b242666383ab --- puppet/services/nova-compute.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'puppet/services/nova-compute.yaml') diff --git a/puppet/services/nova-compute.yaml b/puppet/services/nova-compute.yaml index 2312b635..f7484da2 100644 --- a/puppet/services/nova-compute.yaml +++ b/puppet/services/nova-compute.yaml @@ -141,3 +141,8 @@ outputs: # We'll probably treat it like we do with Neutron plugins. # Until then, just include it in the default nova-compute role. include tripleo::profile::base::nova::compute::libvirt + service_config_settings: + collectd: + tripleo.collectd.plugins.nova_compute: + - virt + collectd::plugins::virt::connection: "qemu:///system" -- cgit 1.2.3-korg