Merge "Python lib for RA and component executor"
authorDan Timoney <dtimoney@att.com>
Thu, 14 Mar 2019 20:17:49 +0000 (20:17 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 14 Mar 2019 20:17:49 +0000 (20:17 +0000)
components/model-catalog/blueprint-model/test-blueprint/capability_python/Definitions/activation-blueprint.json
components/model-catalog/resource-dictionary/starter-dictionary/service-instance-id.json

index 168732c..b02397e 100755 (executable)
         "artifacts" : {
           "component-script" : {
             "type" : "artifact-script-jython",
-            "file" : "Scripts/SamplePythonComponentNode.py"
+            "file" : "Scripts/python/SamplePythonComponentNode.py"
           }
         }
       }
index cb97043..737c757 100755 (executable)
           "service-instance-id": "artifact_name"
         }
       }
+    },
+    "capability": {
+      "type": "source-capability",
+      "properties": {
+          "script-type": "jython",
+          "script-class-reference": "SampleRAProcessor",
+          "instance-dependencies": []
+      }
     }
   }
 }
\ No newline at end of file