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/memcached.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'puppet/services/memcached.yaml') diff --git a/puppet/services/memcached.yaml b/puppet/services/memcached.yaml index ffa969e0..eba8a58b 100644 --- a/puppet/services/memcached.yaml +++ b/puppet/services/memcached.yaml @@ -40,3 +40,11 @@ outputs: dport: 11211 step_config: | include ::tripleo::profile::base::memcached + service_config_settings: + collectd: + tripleo.collectd.plugins.memcached: + - memcached + collectd::plugin::memcached::instances: + local: + host: "%{hiera('memcached::listen_ip')}" + port: 11211 -- cgit 1.2.3-korg