aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-06-18 15:13:31 +0000
committerGerrit Code Review <gerrit@onap.org>2019-06-18 15:13:31 +0000
commit856021afc2b0a8260fa2f498b7bc17b55a0f4b0a (patch)
treed8717b2b89ec2725ffe7d78d3cd99123eaee817c /components/model-catalog
parentb8e4095db0157cf12ce78da64234d0bf75f0286a (diff)
parent3e7b00f9f2915dfe66b0e1825fd120ceba4cce65 (diff)
Merge "Python executor: Execution command and prepare environment log Also fix error messages return when something goes wrong."
Diffstat (limited to 'components/model-catalog')
-rw-r--r--components/model-catalog/resource-dictionary/starter-dictionary/properties-capability-source.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/properties-capability-source.json b/components/model-catalog/resource-dictionary/starter-dictionary/properties-capability-source.json
new file mode 100644
index 000000000..950c4a2df
--- /dev/null
+++ b/components/model-catalog/resource-dictionary/starter-dictionary/properties-capability-source.json
@@ -0,0 +1,26 @@
+{
+ "name": "properties-capability-source",
+ "updated-by": "Steve Alphonse Siani, alphonse.steve.siani.djissitchi@ibm.com",
+ "tags": "properties-capability-source",
+ "property" :{
+ "description": "Data dictionary used to read properties.",
+ "type": "string"
+ },
+ "sources": {
+ "input": {
+ "type": "source-input"
+ },
+ "default": {
+ "type": "source-default",
+ "properties": {}
+ },
+ "capability": {
+ "type": "source-capability",
+ "properties" : {
+ "script-type" : "jython",
+ "script-class-reference" : "Scripts/python/ResolvProperties.py",
+ "instance-dependencies" : []
+ }
+ }
+ }
+} \ No newline at end of file