From d4bd8b2b8b0e110ba8cccb7db2e7c731ff296471 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Wed, 20 Jun 2018 18:32:45 +0200 Subject: [unh-pod1] Increase MaaS timeouts Some targets (especially 96-cores computes) in UNH POD1 take longer than the average to commission/deploy, so adjust the timeouts accordingly. Change-Id: I9bf0b2ecccb3e8437cc5659688a84ee5ad0b5b87 Signed-off-by: Alexandru Avadanii --- labs/unh/idf-pod1.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/labs/unh/idf-pod1.yaml b/labs/unh/idf-pod1.yaml index 4583d0c4..b24263e7 100644 --- a/labs/unh/idf-pod1.yaml +++ b/labs/unh/idf-pod1.yaml @@ -55,8 +55,8 @@ idf: public: 'public1_br0' maas: # MaaS timeouts (in minutes) - timeout_comissioning: 10 - timeout_deploying: 15 + timeout_comissioning: 15 + timeout_deploying: 25 network: ntp_strata_host1: 1.pool.ntp.org ntp_strata_host2: 0.pool.ntp.org -- cgit 1.2.3-korg