diff options
author | Tal Gitelman <tg851x@intl.att.com> | 2017-10-27 15:51:46 +0300 |
---|---|---|
committer | Tal Gitelman <tg851x@intl.att.com> | 2017-10-27 15:51:46 +0300 |
commit | 6020a101a6a1913a4eee34883b0abdbe2da95b13 (patch) | |
tree | c90c69c6455bd911d26fab650d71455565169cf1 /sdc-os-chef/sdc-sanity/startup.sh | |
parent | b65b96ecf1712bed1dedbcefe0fb79e51ed2cda8 (diff) |
Nodes in service template fix
Fail to get correct labels of requirements of nodes in service template
fixed
Change-Id: Ib40ec8626b73f9f2179819df361525a2d05aa9b7
Issue-ID: SDC-533
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
Diffstat (limited to 'sdc-os-chef/sdc-sanity/startup.sh')
-rw-r--r-- | sdc-os-chef/sdc-sanity/startup.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sdc-os-chef/sdc-sanity/startup.sh b/sdc-os-chef/sdc-sanity/startup.sh index d4316c383f..e06cf84b88 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} |