From f981fb475bc70ea016a6a1eca43d346825e65f8f Mon Sep 17 00:00:00 2001 From: Tal Gitelman Date: Fri, 27 Oct 2017 15:00:14 +0300 Subject: Nodes in service template fix Fail to get correct labels of requirements of nodes in service template fixed Change-Id: I696fd74e2a74c08a652339a25da95f01a7da9d0f Issue-ID: SDC-533 Signed-off-by: Tal Gitelman --- sdc-os-chef/scripts/docker_run.sh | 2 +- sdc-os-chef/sdc-sanity/startup.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'sdc-os-chef') diff --git a/sdc-os-chef/scripts/docker_run.sh b/sdc-os-chef/scripts/docker_run.sh index c0ee35f068..53ee6bafe6 100755 --- a/sdc-os-chef/scripts/docker_run.sh +++ b/sdc-os-chef/scripts/docker_run.sh @@ -26,7 +26,7 @@ function monitor_docker { echo monitor $1 Docker sleep 5 -TIME_OUT=600 +TIME_OUT=240 INTERVAL=20 TIME=0 while [ "$TIME" -lt "$TIME_OUT" ]; do diff --git a/sdc-os-chef/sdc-sanity/startup.sh b/sdc-os-chef/sdc-sanity/startup.sh index e4edfc67e6..dc881fed51 100644 --- a/sdc-os-chef/sdc-sanity/startup.sh +++ b/sdc-os-chef/sdc-sanity/startup.sh @@ -1,5 +1,7 @@ #!/bin/bash +sleep 300 + export CHEFNAME=${ENVNAME} cd /root/chef-solo chef-solo -c solo.rb -E ${CHEFNAME} -- cgit 1.2.3-korg