Rebase: deploy related patch series.
[armband.git] / patches / opnfv-fuel / 0027-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/bootstrap_admin_node.sh.patch | 23 +++++++++++++++++++++++
12  1 file changed, 23 insertions(+)
13
14 diff --git a/build/bootstrap_admin_node.sh.patch b/build/bootstrap_admin_node.sh.patch
15 index c66b497..46b53e6 100644
16 --- a/build/bootstrap_admin_node.sh.patch
17 +++ b/build/bootstrap_admin_node.sh.patch
18 @@ -1,6 +1,29 @@
19  *** bootstrap_admin_node.sh.orig       Mon May 30 06:31:38 2016
20  --- bootstrap_admin_node.sh    Mon May 30 06:35:11 2016
21  ***************
22 +*** 86,94 ****
23 +  http://docs.openstack.org/developer/fuel-docs/userdocs/fuel-install-guide/bootstrap/\
24 +  bootstrap_troubleshoot.html"
25 +  bs_progress_message="There is no active bootstrap. Bootstrap image building \
26 +! is in progress. Usually it takes 15-20 minutes. It depends on your internet \
27 +! connection and hardware performance. After bootstrap image becomes available, \
28 +! reboot nodes that failed to be discovered."
29 +  bs_done_message="Default bootstrap image building done. Now you can boot new \
30 +  nodes over PXE, they will be discovered and become available for installing \
31 +  OpenStack on them"
32 +--- 86,96 ----
33 +  http://docs.openstack.org/developer/fuel-docs/userdocs/fuel-install-guide/bootstrap/\
34 +  bootstrap_troubleshoot.html"
35 +  bs_progress_message="There is no active bootstrap. Bootstrap image building \
36 +! is in progress. Usually it takes 15-20 minutes for a native build (x86_64) \
37 +! and/or 30-45 minutes for each cross-build (e.g. AArch64). \
38 +! It depends on your internet connection, hardware performance and selected \
39 +! bootstrap architecture(s). This ISO supports AArch64 only. After bootstrap \
40 +! image becomes available, reboot nodes that failed to be discovered."
41 +  bs_done_message="Default bootstrap image building done. Now you can boot new \
42 +  nodes over PXE, they will be discovered and become available for installing \
43 +  OpenStack on them"
44 +***************
45  *** 339,346 ****
46    set +x
47    echo "Done!"