Merge "transplant.py: Allow SSH on all interfaces."
[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 @@ -8,5 +8,20 @@
19  --- a/iso/bootstrap_admin_node.sh
20  +++ b/iso/bootstrap_admin_node.sh
21 +@@ -86,9 +86,11 @@
22 + http://docs.openstack.org/developer/fuel-docs/userdocs/fuel-install-guide/bootstrap/\
23 + bootstrap_troubleshoot.html"
24 + bs_progress_message="There is no active bootstrap. Bootstrap image building \
25 +-is in progress. Usually it takes 15-20 minutes. It depends on your internet \
26 +-connection and hardware performance. After bootstrap image becomes available, \
27 +-reboot nodes that failed to be discovered."
28 ++is in progress. Usually it takes 15-20 minutes for a native build (x86_64) \
29 ++and/or 30-45 minutes for each cross-build (e.g. AArch64). \
30 ++It depends on your internet connection, hardware performance and selected \
31 ++bootstrap architecture(s). This ISO supports AArch64 only. After bootstrap \
32 ++image becomes available, reboot nodes that failed to be discovered."
33 + bs_done_message="Default bootstrap image building done. Now you can boot new \
34 + nodes over PXE, they will be discovered and become available for installing \
35 + OpenStack on them"
36  @@ -339,8 +339,22 @@ fuelmenu --save-only --iface=$ADMIN_INTERFACE || fail
37   set +x
38   echo "Done!"