diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-03-16 03:25:44 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-03-16 03:07:50 +0000 |
commit | 39c66f949e6c64985a09b4cea65c21dd15e2daef (patch) | |
tree | f9d5230d05ea23bcf33bfff8ef148e7b87b08312 | |
parent | 58c473161feec17e0a444bdfd1069eed7907183e (diff) |
f-l: Backport: Increase reboot task timeout
Temporarily fix deploys until this patch gets merged upstream.
Change-Id: I6004fc5d6d178a0405ee7a9819264bad317578e7
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit 5e2e38c76aaca44232df9d4d812b64a544301644)
-rw-r--r-- | patches/fuel-library/upstream-backports/0002-Increase-reboot-task-timeout.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/patches/fuel-library/upstream-backports/0002-Increase-reboot-task-timeout.patch b/patches/fuel-library/upstream-backports/0002-Increase-reboot-task-timeout.patch new file mode 100644 index 00000000..c5aa76a0 --- /dev/null +++ b/patches/fuel-library/upstream-backports/0002-Increase-reboot-task-timeout.patch @@ -0,0 +1,23 @@ +From: Stanislaw Bogatkin <sbogatkin@mirantis.com> +Date: Mon, 13 Mar 2017 14:13:34 +0300 +Subject: [PATCH] Increase reboot task timeout + +To avoid broken provision on baremetal servers, increase reboot +task timeout to 15 minutes. + +Change-Id: Ia7b9aa96407dae5819420146f5e1e934031b662c +Closes-Bug: #1671793 +--- + graphs/provision/tasks.yaml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/graphs/provision/tasks.yaml b/graphs/provision/tasks.yaml +index 46f4faa..68716ce 100644 +--- a/graphs/provision/tasks.yaml ++++ b/graphs/provision/tasks.yaml +@@ -105,4 +105,4 @@ + requires: [cobbler_disable_netboot] + required_for: [set_status_provisioned] + parameters: +- timeout: 180 ++ timeout: 900 |