From 4ee68a5229bed653a669826e45108d25f207c024 Mon Sep 17 00:00:00 2001 From: Julie Pichon Date: Thu, 28 Jul 2016 10:56:01 +0100 Subject: [PATCH] Increase Mistral Task Size limit When selecting environments to deploy from the UI, every environment filename gets added individually to 'environments' key in the Mistral environment. Apparently it means we hit the Mistral execution size limit pretty quickly. This isn't needed for the CLI at this point because it bunches all the environment files together into one big "user-environments.yaml" file, for backwards-compabitility reasons. Note that this Mistral value seems to affect both input and output for task execution, which is why this patch was initially created as a prerequisite for Ia9d2312e942229b659cfc65d4c370874e87f44da. Change-Id: I24453b6d83171860065b050f437602e1f655d8b8 Closes-Bug: #1640815 --- elements/puppet-stack-config/puppet-stack-config.yaml.template | 1 + 1 file changed, 1 insertion(+) diff --git a/elements/puppet-stack-config/puppet-stack-config.yaml.template b/elements/puppet-stack-config/puppet-stack-config.yaml.template index 948161537..13fcd7244 100644 --- a/elements/puppet-stack-config/puppet-stack-config.yaml.template +++ b/elements/puppet-stack-config/puppet-stack-config.yaml.template @@ -491,6 +491,7 @@ mistral::keystone::auth::password: {{UNDERCLOUD_MISTRAL_PASSWORD}} mistral::keystone::auth::tenant: 'service' mistral::engine::older_than: 2880 mistral::engine::evaluation_interval: 120 +mistral::engine::execution_field_size_limit_kb: 4096 # Zaqar zaqar::keystone::authtoken::project_name: 'service'