Merge "Add metricd workers support in gnocchi"
This commit is contained in:
commit
38bc3e782a
@ -9,6 +9,7 @@ parameter_defaults:
|
|||||||
NovaWorkers: 1
|
NovaWorkers: 1
|
||||||
SaharaWorkers: 1
|
SaharaWorkers: 1
|
||||||
SwiftWorkers: 1
|
SwiftWorkers: 1
|
||||||
|
GnocchiMetricdWorkers: 1
|
||||||
|
|
||||||
ApacheMaxRequestWorkers: 32
|
ApacheMaxRequestWorkers: 32
|
||||||
ApacheServerLimit: 32
|
ApacheServerLimit: 32
|
||||||
|
@ -21,6 +21,10 @@ parameters:
|
|||||||
MonitoringSubscriptionGnocchiMetricd:
|
MonitoringSubscriptionGnocchiMetricd:
|
||||||
default: 'overcloud-gnocchi-metricd'
|
default: 'overcloud-gnocchi-metricd'
|
||||||
type: string
|
type: string
|
||||||
|
GnocchiMetricdWorkers:
|
||||||
|
default: ''
|
||||||
|
description: Number of workers for Gnocchi MetricD
|
||||||
|
type: string
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
GnocchiServiceBase:
|
GnocchiServiceBase:
|
||||||
@ -39,5 +43,6 @@ outputs:
|
|||||||
config_settings:
|
config_settings:
|
||||||
map_merge:
|
map_merge:
|
||||||
- get_attr: [GnocchiServiceBase, role_data, config_settings]
|
- get_attr: [GnocchiServiceBase, role_data, config_settings]
|
||||||
|
- gnocchi::metricd::workers: {get_param: GnocchiMetricdWorkers}
|
||||||
step_config: |
|
step_config: |
|
||||||
include ::tripleo::profile::base::gnocchi::metricd
|
include ::tripleo::profile::base::gnocchi::metricd
|
||||||
|
Loading…
Reference in New Issue
Block a user