diff options
author | Michael Lando <ml636r@att.com> | 2017-10-04 08:46:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-04 08:46:39 +0000 |
commit | 51e8fb68f82c59d75cd992a257d733fc2fd8672c (patch) | |
tree | 77a0220ddf26a91d399bfb802d3a3f69a09421bd /sdc-os-chef/sdc-backend | |
parent | 0a9b03130f15613a5aba83757c08e3814cf2d532 (diff) | |
parent | edfe0df7d276c81a977d4f5699a683ab535d6618 (diff) |
Merge "ONAP normative fixes"
Diffstat (limited to 'sdc-os-chef/sdc-backend')
-rw-r--r-- | sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-normatives/recipes/upgrade_Normatives.rb | 1 |
1 files changed, 0 insertions, 1 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 f782ce30fd..3baf4732fa 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 @@ -11,7 +11,6 @@ bash "upgrade-normatives" do cd normatives/scripts/import/tosca/ /bin/chmod +x upgradeNormative.py importGroupTypes.py 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 |