VoltE fix 49/18949/1
authorTal Gitelman <tg851x@intl.att.com>
Sun, 15 Oct 2017 18:00:26 +0000 (21:00 +0300)
committerTal Gitelman <tg851x@intl.att.com>
Sun, 15 Oct 2017 18:04:03 +0000 (18:04 +0000)
Change-Id: I803e744554b0351da4a474b3c14e70dadd1274c2
Issue-ID: SDC-410
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
catalog-be/src/main/resources/import/tosca/onap-types/vduCpd/vduCpd.yml
catalog-be/src/main/resources/import/tosca/onap-types/vduCpd/vduCpd.zip
sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-normatives/recipes/import_Normatives.rb
sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-normatives/recipes/upgrade_Normatives.rb

index e1f6d06..e5d79fc 100644 (file)
@@ -50,7 +50,7 @@ node_types:
         - 0
         - UNBOUNDED
     - virtual_link:
-        capability: tosca.capabilities.nfv.VirtualBindable
+        capability: tosca.capabilities.nfv.VirtualLinkable
         occurrences:
         - 0
         - UNBOUNDED
\ No newline at end of file
index 6a9d4be..e1b5be9 100644 (file)
Binary files a/catalog-be/src/main/resources/import/tosca/onap-types/vduCpd/vduCpd.zip and b/catalog-be/src/main/resources/import/tosca/onap-types/vduCpd/vduCpd.zip differ
index 8dff57a..ba72dab 100644 (file)
@@ -10,7 +10,8 @@ bash "import-normatives" do
     tar xvfz /tmp/normatives.tar.gz
     cd normatives/scripts/import/tosca/
     /bin/chmod +x importNormativeAll.py
-    python importNormativeAll.py -i localhost --debug=true > /var/lib/jetty/logs/importNormativeAll.log
+# add --debug=true to the importNormativeAll.py arguments to enable debug
+    python importNormativeAll.py -i localhost > /var/lib/jetty/logs/importNormativeAll.log
   EOH
 end
 
index 3baf473..52afe4d 100644 (file)
@@ -10,7 +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 localhost --debug=true > /var/lib/jetty/logs/upgradeNormative.log
+# add --debug=true to the importNormativeAll.py arguments to enable debug
+    python upgradeNormative.py -i localhost > /var/lib/jetty/logs/upgradeNormative.log
   EOH
 end