Add Ceilometer TTL basic support

I just add the class here. I still need to find a smart way to have
the crontab on all Ceilometer servers.

Part of Sprint 22

Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
Emilien Macchi
2013-12-13 20:49:34 +01:00
parent f370566c93
commit a233063921

View File

@@ -46,6 +46,11 @@ class os_telemetry_server(
keystone_protocol => $ks_keystone_internal_proto,
}
# Configure TTL for samples
class { 'ceilometer::expirer':
time_to_live => '2592000'
}
@@haproxy::balancermember{"${fqdn}-ceilometer_api":
listening_service => "ceilometer_api_cluster",
server_names => $::hostname,