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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user