diff options
author | svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com> | 2018-03-08 15:50:44 +0200 |
---|---|---|
committer | Yuli Shlosberg <ys9693@att.com> | 2018-03-11 16:43:36 +0200 |
commit | 0b698c442c28a382d4f4ec3fe3de0582611df42e (patch) | |
tree | 8409d3eae7b0051b81e8fe4c3d81e19905c4e569 /catalog-be/sdc-backend-init/chef-repo/cookbooks/sdc-catalog-be-setup | |
parent | f468768e06773865a7158844812c4eaa9d076202 (diff) |
fix be-init docker
Change-Id: I5a9d17e8f4fe885c696e4e2f992218c28b41e986
Issue-ID: SDC-915
Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.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/recipes/3_import_Normatives.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/catalog-be/sdc-backend-init/chef-repo/cookbooks/sdc-catalog-be-setup/recipes/3_import_Normatives.rb b/catalog-be/sdc-backend-init/chef-repo/cookbooks/sdc-catalog-be-setup/recipes/3_import_Normatives.rb index 09a8882d48..d5f0ff4095 100644 --- a/catalog-be/sdc-backend-init/chef-repo/cookbooks/sdc-catalog-be-setup/recipes/3_import_Normatives.rb +++ b/catalog-be/sdc-backend-init/chef-repo/cookbooks/sdc-catalog-be-setup/recipes/3_import_Normatives.rb @@ -19,6 +19,7 @@ bash "excuting-import_Normatives" do curl -s -X GET -H "Content-Type: application/json;charset=UTF-8" -H "USER_ID: jh0003" -H "X-ECOMP-RequestID: cbe744a0-037b-458f-aab5-df6e543c4090" "http://#{be_ip}:8080/sdc2/rest/v1/screen" > ${check_normative} resources_len=`cat ${check_normative}| jq '.["resources"]|length'` + mkdir -p /var/lib/jetty/logs if [ $resources_len -eq 0 ] ; then python importONAPNormativeAll.py -i #{be_ip} > /var/lib/jetty/logs/importNormativeAll.log rc=$? |