diff options
author | Dan Timoney <dtimoney@att.com> | 2019-03-14 20:17:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-14 20:17:49 +0000 |
commit | c6d4e25ec3df07b347977ee3b6720a60fcb28da9 (patch) | |
tree | 53a9c897934a67dea91ae7a6565e5e379ee92ed7 /components/model-catalog/resource-dictionary | |
parent | 301e466f8a2208141876a206a8ee470788adcbcd (diff) | |
parent | bffb79d389970b1fb96ea6ee6f0414c460691d5f (diff) |
Merge "Python lib for RA and component executor"
Diffstat (limited to 'components/model-catalog/resource-dictionary')
-rwxr-xr-x | components/model-catalog/resource-dictionary/starter-dictionary/service-instance-id.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/service-instance-id.json b/components/model-catalog/resource-dictionary/starter-dictionary/service-instance-id.json index cb9704350..737c7577b 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/service-instance-id.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/service-instance-id.json @@ -32,6 +32,14 @@ "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 |