From 6f1d06bd5bce5803611483a69c88c822b391375d Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Thu, 15 Mar 2018 10:35:46 +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: I6dd88da0dc0eec96c1c472ae97c0db2395a3fb0e Signed-off-by: Emma Foley --- puppet-barometer/templates/collectd-ceil.conf.erb | 1 + puppet-barometer/templates/collectd-gnocchi.conf.erb | 1 + 2 files changed, 2 insertions(+) diff --git a/puppet-barometer/templates/collectd-ceil.conf.erb b/puppet-barometer/templates/collectd-ceil.conf.erb index b21accd1..7f3b9c03 100644 --- a/puppet-barometer/templates/collectd-ceil.conf.erb +++ b/puppet-barometer/templates/collectd-ceil.conf.erb @@ -30,6 +30,7 @@ # Batch size BATCH_SIZE "1" + DEFAULT_ARCHIVE_POLICY "high" # Service endpoint addresses OS_AUTH_URL "<%=@auth_url-%>/v3" diff --git a/puppet-barometer/templates/collectd-gnocchi.conf.erb b/puppet-barometer/templates/collectd-gnocchi.conf.erb index 71fec748..9ab06cda 100644 --- a/puppet-barometer/templates/collectd-gnocchi.conf.erb +++ b/puppet-barometer/templates/collectd-gnocchi.conf.erb @@ -16,6 +16,7 @@ # Batch size BATCH_SIZE "1" + DEFAULT_ARCHIVE_POLICY "high" # Service endpoint addresses OS_AUTH_URL "<%=@auth_url-%>/v3" -- cgit 1.2.3-korg