From: Tal Gitelman Date: Wed, 18 Apr 2018 10:51:42 +0000 (+0300) Subject: validate and add new heat template X-Git-Tag: v1.2.0~147 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d4857365b98f2ef6cb87bfce7702f78dc0bb3748;p=sdc.git validate and add new heat template Change-Id: I0a65f1e3baef7cdf61fba930196887d6205f2ca3 Issue-ID: SDC-1163 Signed-off-by: Tal Gitelman --- diff --git a/catalog-be/sdc-backend-init/chef-repo/cookbooks/sdc-catalog-be-setup/templates/default/check_Backend_Health.py.erb b/catalog-be/sdc-backend-init/chef-repo/cookbooks/sdc-catalog-be-setup/templates/default/check_Backend_Health.py.erb index b1132c0aeb..49d8266630 100644 --- a/catalog-be/sdc-backend-init/chef-repo/cookbooks/sdc-catalog-be-setup/templates/default/check_Backend_Health.py.erb +++ b/catalog-be/sdc-backend-init/chef-repo/cookbooks/sdc-catalog-be-setup/templates/default/check_Backend_Health.py.erb @@ -4,6 +4,7 @@ import subprocess import time from datetime import datetime +beStat=0 BE_IP="<%= @be_ip %>" class bcolors: diff --git a/test-apis-ci/sdc-api-tests/chef-repo/cookbooks/sdc-api-tests/files/default/Files/VNFs/vLBMS.zip b/test-apis-ci/sdc-api-tests/chef-repo/cookbooks/sdc-api-tests/files/default/Files/VNFs/vLBMS.zip new file mode 100644 index 0000000000..c542870bad Binary files /dev/null and b/test-apis-ci/sdc-api-tests/chef-repo/cookbooks/sdc-api-tests/files/default/Files/VNFs/vLBMS.zip differ