aboutsummaryrefslogtreecommitdiffstats
path: root/puppet
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-05-03 21:14:31 +0000
committerGerrit Code Review <review@openstack.org>2017-05-03 21:14:31 +0000
commitd63b08db386574db9b2c587db8473aea353c3376 (patch)
treec2801a373d32454577e0e8e1424227c22c63f8a9 /puppet
parent9291a7941655a68bdcb40af863def076a6f7108a (diff)
parente33e76684c9b60b9ce50ad7996529ed49dddd9d9 (diff)
Merge "Expose metric delay processing metric"
Diffstat (limited to 'puppet')
-rw-r--r--puppet/services/gnocchi-base.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/puppet/services/gnocchi-base.yaml b/puppet/services/gnocchi-base.yaml
index dc6daece..24f4157b 100644
--- a/puppet/services/gnocchi-base.yaml
+++ b/puppet/services/gnocchi-base.yaml
@@ -22,6 +22,10 @@ parameters:
default: 'mysql'
description: The short name of the Gnocchi indexer backend to use.
type: string
+ MetricProcessingDelay:
+ default: 60
+ description: Delay between processing metrics.
+ type: number
GnocchiPassword:
description: The password for the gnocchi service and db account.
type: string
@@ -65,6 +69,7 @@ outputs:
- '/gnocchi'
- '?read_default_file=/etc/my.cnf.d/tripleo.cnf&read_default_group=tripleo'
gnocchi::db::sync::extra_opts: '--skip-storage'
+ gnocchi::storage::metric_processing_delay: {get_param: MetricProcessingDelay}
gnocchi::storage::swift::swift_user: 'service:gnocchi'
gnocchi::storage::swift::swift_auth_version: 3
gnocchi::storage::swift::swift_key: {get_param: GnocchiPassword}