From 11d6fef99d738ae675a3702d891c13669e4700ff Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Sat, 6 Jan 2018 21:30:12 +0100 Subject: Update git submodules * Update docs/submodules/fuel from branch 'master' - salt.sh: Fix linux state apply on cfg01 cfg01 does not repond or is not connected while trying to apply linux state via salt.sh, use wait_for macro to account for this. JIRA: ARMBAND-315 Change-Id: I2d4c63d43f806b65f9ce327f4a00a6334be88750 Signed-off-by: Alexandru Avadanii - lib.sh: Extend wait_for function to catch no resp wait_for function should be able to also check for minions that did not return or not respond, in addition to the return code. To keep it backwards compatible, condition the new check on the max attempt number being specified in decimal format (e.g. '10.0' unlike old '10'). Change-Id: If2512cf9121cdd795638efe7362ef0485d4e8d91 Signed-off-by: Alexandru Avadanii --- docs/submodules/fuel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/fuel b/docs/submodules/fuel index fac41836e..2bbab1873 160000 --- a/docs/submodules/fuel +++ b/docs/submodules/fuel @@ -1 +1 @@ -Subproject commit fac41836e91dd56696c3a435bfdbc7adf53899e2 +Subproject commit 2bbab1873ef629e89ac92ec195feb15b86cf8295 -- cgit 1.2.3-korg