Merge "Add metricd workers support in gnocchi"

This commit is contained in:
Jenkins 2016-09-27 08:24:24 +00:00 committed by Gerrit Code Review
commit 38bc3e782a
2 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,7 @@ parameter_defaults:
NovaWorkers: 1
SaharaWorkers: 1
SwiftWorkers: 1
GnocchiMetricdWorkers: 1
ApacheMaxRequestWorkers: 32
ApacheServerLimit: 32

View File

@ -21,6 +21,10 @@ parameters:
MonitoringSubscriptionGnocchiMetricd:
default: 'overcloud-gnocchi-metricd'
type: string
GnocchiMetricdWorkers:
default: ''
description: Number of workers for Gnocchi MetricD
type: string
resources:
GnocchiServiceBase:
@ -39,5 +43,6 @@ outputs:
config_settings:
map_merge:
- get_attr: [GnocchiServiceBase, role_data, config_settings]
- gnocchi::metricd::workers: {get_param: GnocchiMetricdWorkers}
step_config: |
include ::tripleo::profile::base::gnocchi::metricd