Increase maximum shell command timeout to 2h
[armband.git] / patches / opnfv-fuel / 0029-UX-Update-bootstrap-target-build-time-estimate.patch
1 From: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2 Date: Mon, 9 May 2016 17:05:53 +0200
3 Subject: [PATCH] UX: Update bootstrap/target build time estimate.
4
5 While building for a different architecture (e.g. AArch64 on x86_64),
6 the bootstrap/target image build may take longer, due to latency
7 introduced by using qemu-user-static.
8
9 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
10 ---
11  build/f_isoroot/f_bootstrap/bootstrap_admin_node.sh | 9 ++++++---
12  1 file changed, 6 insertions(+), 3 deletions(-)
13
14 diff --git a/build/f_isoroot/f_bootstrap/bootstrap_admin_node.sh b/build/f_isoroot/f_bootstrap/bootstrap_admin_node.sh
15 index 744f352..7395af3 100755
16 --- a/build/f_isoroot/f_bootstrap/bootstrap_admin_node.sh
17 +++ b/build/f_isoroot/f_bootstrap/bootstrap_admin_node.sh
18 @@ -29,9 +29,12 @@ and added to cluster. \
19  For more information please visit \
20  https://docs.mirantis.com/openstack/fuel/fuel-master/"
21  bs_progress_message="There is no active bootstrap. Bootstrap image building \
22 -is in progress. Usually it takes 15-20 minutes. It depends on your internet \
23 -connection and hardware performance. Please reboot failed to discover nodes \
24 -after bootstrap image become available."
25 +is in progress. Usually it takes 15-20 minutes for a native build (x86_64) \
26 +and/or 30-45 minutes for each cross-build (e.g. AArch64). \
27 +It depends on your internet connection, hardware performance and selected \
28 +bootstrap architecture(s). This ISO supports AArch64 only. Please reboot \
29 +failed to discover nodes after bootstrap image become available."
30 +
31  bs_done_message="Default bootstrap image building done. Now you can boot new \
32  nodes over PXE, they will be discovered and become available for installing \
33  OpenStack on them"