From 861b38a286673ebae6bc232f23c1a5b7b1141c58 Mon Sep 17 00:00:00 2001 From: Alexey Khivin Date: Tue, 22 Mar 2016 22:14:18 +0300 Subject: [PATCH] [Gerrit] MemoryQuotaExceededException was fixed DeployGerrit.template does not catches script output anymore Change-Id: I2f808d31c94d7f455694a263a8b7bd1183c80fe5 --- murano-apps/Gerrit/Resources/DeployGerrit.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/murano-apps/Gerrit/Resources/DeployGerrit.template b/murano-apps/Gerrit/Resources/DeployGerrit.template index 42934da..b9d78ec 100644 --- a/murano-apps/Gerrit/Resources/DeployGerrit.template +++ b/murano-apps/Gerrit/Resources/DeployGerrit.template @@ -5,16 +5,16 @@ Name: Deploy Gerrit Parameters: Body: | - return deploy().stdout + deploy() Scripts: deploy: Type: Application Version: 1.0.0 EntryPoint: deploy_gerrit.sh - Files: ['site.pp', 'database.pp', 'gen_ssl_cert.sh', 'gen_rsa_key.sh'] + Files: ['gen_ssl_cert.sh', 'gen_rsa_key.sh', 'database.pp', 'site.pp'] Options: - captureStdout: true + captureStdout: false captureStderr: true verifyExitcode: true