From e18f9779ab00fee7f31dd1ad9002dd7b799657a8 Mon Sep 17 00:00:00 2001 From: Stanislaw Kardach Date: Sat, 14 May 2016 23:55:11 -0700 Subject: Fix improperly exported patches Signed-off-by: Stanislaw Kardach --- ...01-Increase-maximum-shell-command-timeout.patch | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 patches/fuel-astute/0001-Increase-maximum-shell-command-timeout.patch (limited to 'patches/fuel-astute/0001-Increase-maximum-shell-command-timeout.patch') diff --git a/patches/fuel-astute/0001-Increase-maximum-shell-command-timeout.patch b/patches/fuel-astute/0001-Increase-maximum-shell-command-timeout.patch deleted file mode 100644 index d7048954..00000000 --- a/patches/fuel-astute/0001-Increase-maximum-shell-command-timeout.patch +++ /dev/null @@ -1,33 +0,0 @@ -From: Stanislaw Kardach -Date: Mon, 9 May 2016 18:54:33 -0700 -Subject: [PATCH] Increase maximum shell command timeout to 2h - -Since `execute_shell_command` mcagent is used for building the target -image and the timeout provided in the astute task is just respected on -the Astute level (on mcollective level this timeout is actually a -minumum between value provided and ddl value) we need to increase it -for Armband operation. - -Because Armband builds the target image via `qemu-debootstrap`, it can -take more than 1 hour to finish the building. Therefore aside of -increasing the timeout in the Astute task, the maximum timeout value -for mcagent has to be increased. - -Signed-off-by: Stanislaw Kardach ---- - mcagents/execute_shell_command.ddl | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/mcagents/execute_shell_command.ddl b/mcagents/execute_shell_command.ddl -index 0480be7..ad58046 100644 ---- a/mcagents/execute_shell_command.ddl -+++ b/mcagents/execute_shell_command.ddl -@@ -4,7 +4,7 @@ metadata :name => "Execute shell command", - :license => "Apache License 2.0", - :version => "8.0.0", - :url => "http://mirantis.com", -- :timeout => 3600 -+ :timeout => 7200 - - action "execute", :description => "Execute shell command" do - -- cgit 1.2.3-korg