Merge "docs: Copy OPNFV docs dir as documentation base"
[armband.git] / patches / fuel-library / upstream-backports / 0002-Increase-reboot-task-timeout.patch
1 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
2 : Copyright (c) 2017 Enea AB and others.
3 :
4 : All rights reserved. This program and the accompanying materials
5 : are made available under the terms of the Apache License, Version 2.0
6 : which accompanies this distribution, and is available at
7 : http://www.apache.org/licenses/LICENSE-2.0
8 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
9 From: Stanislaw Bogatkin <sbogatkin@mirantis.com>
10 Date: Mon, 13 Mar 2017 14:13:34 +0300
11 Subject: [PATCH] Increase reboot task timeout
12
13 To avoid broken provision on baremetal servers, increase reboot
14 task timeout to 15 minutes.
15
16 Change-Id: Ia7b9aa96407dae5819420146f5e1e934031b662c
17 Closes-Bug: #1671793
18 ---
19  graphs/provision/tasks.yaml | 2 +-
20  1 file changed, 1 insertion(+), 1 deletion(-)
21
22 diff --git a/graphs/provision/tasks.yaml b/graphs/provision/tasks.yaml
23 index 46f4faa..68716ce 100644
24 --- a/graphs/provision/tasks.yaml
25 +++ b/graphs/provision/tasks.yaml
26 @@ -105,4 +105,4 @@
27    requires: [cobbler_disable_netboot]
28    required_for: [set_status_provisioned]
29    parameters:
30 -    timeout: 180
31 +    timeout: 900