diff options
author | Idan Amit <ia096e@intl.att.com> | 2017-08-09 19:27:51 +0300 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2017-08-09 19:27:51 +0300 |
commit | 623fa4039106baaac540245523fe79bc1d52f9de (patch) | |
tree | 23771d0c0bf62d1dbd15952a1dd872dfddc6be12 /sdc-os-chef/sdc-backend/chef-repo/cookbooks | |
parent | 8950b158bd9f5994bf266e0d6da13be2223e38c1 (diff) |
[DevOps] - replace HOST_IP with localhost
Change-Id: I455480791a10ff3e266b1c65c7de97a31b5fefe2
Signed-off-by: Idan Amit <ia096e@intl.att.com>
Diffstat (limited to 'sdc-os-chef/sdc-backend/chef-repo/cookbooks')
-rw-r--r-- | sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-normatives/recipes/upgrade_Normatives.rb | 4 |
1 files 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 |