Merge "Increase the size of the Mistral output limit"

This commit is contained in:
Zuul 2017-11-12 13:32:43 +00:00 committed by Gerrit Code Review
commit 8a16cd8edc
2 changed files with 9 additions and 1 deletions

View File

@ -25,3 +25,4 @@ parameter_defaults:
ZaqarManagementStore: 'sqlalchemy'
# our undercloud default eth1 for the control plane bridged interface
NeutronPublicInterface: eth1
MistralExecutionFieldSizeLimit: 16384

View File

@ -30,6 +30,11 @@ parameters:
description: Mapping of service endpoint -> protocol. Typically set
via parameter_defaults in the resource registry.
type: json
MistralExecutionFieldSizeLimit:
default: 1024
description: The default maximum size in KB of large text fields of runtime
execution objects. Use -1 for no limit.
type: number
resources:
MistralBase:
@ -48,7 +53,9 @@ outputs:
value:
service_name: mistral_engine
config_settings:
get_attr: [MistralBase, role_data, config_settings]
map_merge:
- get_attr: [MistralBase, role_data, config_settings]
- mistral::engine::execution_field_size_limit_kb: {get_param: MistralExecutionFieldSizeLimit}
step_config: |
include ::tripleo::profile::base::mistral::engine
upgrade_tasks: