diff options
author | Tal Gitelman <tg851x@intl.att.com> | 2018-04-18 13:51:42 +0300 |
---|---|---|
committer | Tal Gitelman <tg851x@intl.att.com> | 2018-04-18 13:51:42 +0300 |
commit | d4857365b98f2ef6cb87bfce7702f78dc0bb3748 (patch) | |
tree | 8c742d20a4e59582590bf165733047629c2c6cdc /catalog-be/sdc-backend-init/chef-repo/cookbooks/sdc-catalog-be-setup | |
parent | 0afb6cc678eac28f720911022ddaec99e9f989c0 (diff) |
validate and add new heat template
Change-Id: I0a65f1e3baef7cdf61fba930196887d6205f2ca3
Issue-ID: SDC-1163
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
Diffstat (limited to 'catalog-be/sdc-backend-init/chef-repo/cookbooks/sdc-catalog-be-setup')
-rw-r--r-- | catalog-be/sdc-backend-init/chef-repo/cookbooks/sdc-catalog-be-setup/templates/default/check_Backend_Health.py.erb | 1 |
1 files changed, 1 insertions, 0 deletions
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: |