default: 30
description: Delay between processing metrics.
type: number
- NumberOfStorageSacks:
- default: '128'
- description: Number of storage sacks to create.
- type: string
GnocchiPassword:
description: The password for the gnocchi service and db account.
type: string
query:
read_default_file: /etc/my.cnf.d/tripleo.cnf
read_default_group: tripleo
- gnocchi::db::sync::extra_opts:
- list_join:
- - ' '
- - - '--num-storage-sacks'
- - {get_param: NumberOfStorageSacks}
+ gnocchi::db::sync::extra_opts: ''
gnocchi::storage::metric_processing_delay: {get_param: MetricProcessingDelay}
gnocchi::storage::swift::swift_user: 'service:gnocchi'
gnocchi::storage::swift::swift_auth_version: 3