From: Emma Foley Date: Thu, 15 Mar 2018 10:35:46 +0000 (+0000) Subject: Update collectd-gnocchi conf for DEFAULT_ARCHIVE_POLICY X-Git-Tag: opnfv-6.0.0~11 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F69%2F53869%2F1;p=barometer.git 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 --- 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"