diff options
author | Emma Foley <emma.l.foley@intel.com> | 2018-03-15 10:35:46 +0000 |
---|---|---|
committer | Emma Foley <emma.l.foley@intel.com> | 2018-03-15 10:37:19 +0000 |
commit | 6f1d06bd5bce5803611483a69c88c822b391375d (patch) | |
tree | bd8877033490bd43c5e55a95159b482541b1ba4b | |
parent | 307db2dfb4050619601f9e02375d4c64e5525c43 (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.erb | 1 | ||||
-rw-r--r-- | puppet-barometer/templates/collectd-gnocchi.conf.erb | 1 |
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" |