diff options
author | Tal Gitelman <tg851x@intl.att.com> | 2017-10-03 20:41:12 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-10-04 08:43:27 +0000 |
commit | 9ba71c985cec1844a2b1916e8f8643a77942bda6 (patch) | |
tree | ba9723034c31bf52b01eb9fb79463cf7f632038d /sdc-os-chef/sdc-backend/chef-repo | |
parent | e031fffd0b2d23aa360fe15099e51df6a557dc98 (diff) |
ONAP normative fixes
Change-Id: I5d4417dbcbebb82ea5d30493bb27a27a5594e548
Issue-ID: SDC-410
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
Diffstat (limited to 'sdc-os-chef/sdc-backend/chef-repo')
-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 |