diff options
author | Emma Foley <emma.l.foley@intel.com> | 2018-03-15 13:01:15 +0000 |
---|---|---|
committer | Emma Foley <emma.l.foley@intel.com> | 2018-03-15 13:06:27 +0000 |
commit | 9c5209001e9bd4e18dc758390d841bf5c270be57 (patch) | |
tree | fa16fb30853b0b3f22f7e13407a082315093c9a3 /plugins/barometer | |
parent | 93cd2cd6f456bc95ceda1f4817fffa88feb74129 (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: I42fefc0e9a79fe1032c42156a21f95a96ad2a4ad
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
Diffstat (limited to 'plugins/barometer')
-rw-r--r-- | plugins/barometer/roles/collectd/templates/collectd-gnocchi.conf.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
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/" |