aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanislaw Kardach <kda@semihalf.com>2016-04-21 15:42:04 -0700
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-05-02 14:37:14 +0000
commit91254b30e2fdf5a6f4ddc8d065645da3f3cb87df (patch)
treea4a2e0f8165041d74fc6f1a24d8b60cd42911188
parentbc4256de1b1874cc078df955548858d949667ec5 (diff)
Increase target image build timeout
Currently we're close to 40 minutes of image building (thanks to qemu-debootstrap). If network connectivity is a bit slow (happened to me) it's easy to go over 1h limit. Therefore let's push this to 2 hours to be safer. Signed-off-by: Stanislaw Kardach <stanislaw.kardach@caviumnetworks.com> (cherry picked from commit 8bbaf656043e99b265487dfc9c85ac37ca17abba) Change-Id: I47069e7e67fb7c68f639e5089e346bdb78c0ae39
-rw-r--r--patches/fuel-web/0007-Increase-target-image-build-timeout.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/patches/fuel-web/0007-Increase-target-image-build-timeout.patch b/patches/fuel-web/0007-Increase-target-image-build-timeout.patch
new file mode 100644
index 00000000..218f0339
--- /dev/null
+++ b/patches/fuel-web/0007-Increase-target-image-build-timeout.patch
@@ -0,0 +1,27 @@
+From: Stanislaw Kardach <kda@semihalf.com>
+Date: Thu, 21 Apr 2016 15:36:27 -0700
+Subject: [PATCH] Increase target image build timeout
+
+Currently we're close to 40 minutes of image building (thanks to
+qemu-debootstrap). If network connectivity is a bit slow (happened to
+me) it's easy to go over 1h limit. Therefore let's push this to 2 hours
+to be safer.
+
+Signed-off-by: Stanislaw Kardach <stanislaw.kardach@caviumnetworks.com>
+---
+ nailgun/nailgun/settings.yaml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/nailgun/nailgun/settings.yaml b/nailgun/nailgun/settings.yaml
+index 495a9c3..ac52141 100644
+--- a/nailgun/nailgun/settings.yaml
++++ b/nailgun/nailgun/settings.yaml
+@@ -85,7 +85,7 @@ COLLECTOR_INST_INFO_URL: "https://{collector_server}/api/v1/installation_structu
+ COLLECTOR_OSWL_INFO_URL: "https://{collector_server}/api/v1/oswl_stats/"
+ COLLECTOR_PING_URL: "https://{collector_server}/api/v1/ping/"
+
+-PROVISIONING_IMAGES_BUILD_TIMEOUT: 3600
++PROVISIONING_IMAGES_BUILD_TIMEOUT: 7200
+ PROVISIONING_IMAGES_PATH: "/var/www/nailgun/targetimages"
+
+ REPO_PRIORITIES: