aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/definition-type
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-06-25 19:01:19 +0000
committerGerrit Code Review <gerrit@onap.org>2019-06-25 19:01:19 +0000
commit67111fbfb80773863699066b55cb177addc2be5c (patch)
tree92efd2fb3fab441c07196e99eeb9794f388302f2 /components/model-catalog/definition-type
parent429ed0792b3923a6fb6952c73ff8093cb2e39306 (diff)
parent2e2d56dba10dc8ccc9673e969f95cfb70f9b44bc (diff)
Merge "Allow multiple resolution for same node template"
Diffstat (limited to 'components/model-catalog/definition-type')
-rw-r--r--components/model-catalog/definition-type/starter-type/node_type/component-resource-resolution.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/components/model-catalog/definition-type/starter-type/node_type/component-resource-resolution.json b/components/model-catalog/definition-type/starter-type/node_type/component-resource-resolution.json
index f437a79a9..1c81b7f6e 100644
--- a/components/model-catalog/definition-type/starter-type/node_type/component-resource-resolution.json
+++ b/components/model-catalog/definition-type/starter-type/node_type/component-resource-resolution.json
@@ -22,6 +22,12 @@
"required": false,
"type": "string"
},
+ "occurrence": {
+ "description": "Number of time to perform the resolution.",
+ "required": false,
+ "default": 1,
+ "type": "integer"
+ },
"store-result": {
"description": "Whether or not to store the output.",
"required": false,