From 623fa4039106baaac540245523fe79bc1d52f9de Mon Sep 17 00:00:00 2001 From: Idan Amit Date: Wed, 9 Aug 2017 19:27:51 +0300 Subject: [DevOps] - replace HOST_IP with localhost Change-Id: I455480791a10ff3e266b1c65c7de97a31b5fefe2 Signed-off-by: Idan Amit --- .../chef-repo/cookbooks/sdc-normatives/recipes/upgrade_Normatives.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-normatives/recipes/upgrade_Normatives.rb b/sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-normatives/recipes/upgrade_Normatives.rb index 1f71f8cf32..f782ce30fd 100644 --- a/sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-normatives/recipes/upgrade_Normatives.rb +++ b/sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-normatives/recipes/upgrade_Normatives.rb @@ -10,8 +10,8 @@ bash "upgrade-normatives" do tar xvfz /tmp/normatives.tar.gz cd normatives/scripts/import/tosca/ /bin/chmod +x upgradeNormative.py importGroupTypes.py - python upgradeNormative.py -i "#{node['HOST_IP']}" --debug=true > /var/lib/jetty/logs/upgradeNormative.log - python importGroupTypes.py -i "#{node['HOST_IP']}" > /var/lib/jetty/logs/importGroupTypes.log + python upgradeNormative.py -i localhost --debug=true > /var/lib/jetty/logs/upgradeNormative.log + python importGroupTypes.py -i localhost > /var/lib/jetty/logs/importGroupTypes.log EOH end -- cgit 1.2.3-korg