aboutsummaryrefslogtreecommitdiffstats
path: root/patches/opnfv-fuel/0027-UX-Update-bootstrap-target-build-time-estimate.patch
blob: 9791f5952b1bb6a2eb22d649fabf66cc2602bb17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
From: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Date: Mon, 9 May 2016 17:05:53 +0200
Subject: [PATCH] UX: Update bootstrap/target build time estimate.

While building for a different architecture (e.g. AArch64 on x86_64),
the bootstrap/target image build may take longer, due to latency
introduced by using qemu-user-static.

Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
---
 build/f_isoroot/f_bootstrap/bootstrap_admin_node.sh | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/build/f_isoroot/f_bootstrap/bootstrap_admin_node.sh b/build/f_isoroot/f_bootstrap/bootstrap_admin_node.sh
index 744f352..7395af3 100755
--- a/build/f_isoroot/f_bootstrap/bootstrap_admin_node.sh
+++ b/build/f_isoroot/f_bootstrap/bootstrap_admin_node.sh
@@ -29,9 +29,12 @@ and added to cluster. \
 For more information please visit \
 https://docs.mirantis.com/openstack/fuel/fuel-master/"
 bs_progress_message="There is no active bootstrap. Bootstrap image building \
-is in progress. Usually it takes 15-20 minutes. It depends on your internet \
-connection and hardware performance. Please reboot failed to discover nodes \
-after bootstrap image become available."
+is in progress. Usually it takes 15-20 minutes for a native build (x86_64) \
+and/or 30-45 minutes for each cross-build (e.g. AArch64). \
+It depends on your internet connection, hardware performance and selected \
+bootstrap architecture(s). This ISO supports AArch64 only. Please reboot \
+failed to discover nodes after bootstrap image become available."
+
 bs_done_message="Default bootstrap image building done. Now you can boot new \
 nodes over PXE, they will be discovered and become available for installing \
 OpenStack on them"