summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmma Foley <emma.l.foley@intel.com>2018-03-15 10:35:46 +0000
committerEmma Foley <emma.l.foley@intel.com>2018-03-15 10:37:19 +0000
commit6f1d06bd5bce5803611483a69c88c822b391375d (patch)
treebd8877033490bd43c5e55a95159b482541b1ba4b
parent307db2dfb4050619601f9e02375d4c64e5525c43 (diff)
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 <emma.l.foley@intel.com>
-rw-r--r--puppet-barometer/templates/collectd-ceil.conf.erb1
-rw-r--r--puppet-barometer/templates/collectd-gnocchi.conf.erb1
2 files changed, 2 insertions, 0 deletions
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"