From 9c5209001e9bd4e18dc758390d841bf5c270be57 Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Thu, 15 Mar 2018 13:01:15 +0000 Subject: Update collectd-gnocchi conf for DEFAULT_ARCHIVE_POLICY * Configure the DEFAULT_ARCHIVE_POLICY option. * This will set the default archive policy to "high". Change-Id: I42fefc0e9a79fe1032c42156a21f95a96ad2a4ad Signed-off-by: Emma Foley --- plugins/barometer/roles/collectd/templates/collectd-gnocchi.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/barometer/roles/collectd/templates/collectd-gnocchi.conf.j2 b/plugins/barometer/roles/collectd/templates/collectd-gnocchi.conf.j2 index 79e2872e..22dd7966 100644 --- a/plugins/barometer/roles/collectd/templates/collectd-gnocchi.conf.j2 +++ b/plugins/barometer/roles/collectd/templates/collectd-gnocchi.conf.j2 @@ -16,6 +16,8 @@ # Batch size BATCH_SIZE "1" + DEFAULT_ARCHIVE_POLICY "high" + # Service endpoint addresses OS_AUTH_URL "http://{{ internal_vip.ip }}:35357/v3/" -- cgit 1.2.3-korg