diff options
author | Michael Lando <ml636r@att.com> | 2017-08-09 17:52:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-09 17:52:15 +0000 |
commit | 7f7925e39cf2f428061d161bc4ffe67cad80c76e (patch) | |
tree | 5221148a8f9efd9827c21b52e6ec2d3fe1f29098 /sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-normatives | |
parent | b080ffa4aeb3c6e3bf0aa29a619c7e1a5e28b57e (diff) | |
parent | 623fa4039106baaac540245523fe79bc1d52f9de (diff) |
Merge "[DevOps] - replace HOST_IP with localhost"
Diffstat (limited to 'sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-normatives')
-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 |