summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorKAPIL SINGAL <ks220y@att.com>2020-09-09 13:10:26 +0000
committerGerrit Code Review <gerrit@onap.org>2020-09-09 13:10:26 +0000
commitda970292a1ac53a93c9fcb4c28df43946fa8b293 (patch)
tree9a629e0571056da8c9a95e3a6fbfc8e8eacf9b00 /components
parentdbf58e985a064a8a499ce2db4643b3b5c602d625 (diff)
parent15f1d7121c4735c1dd33a80930d9cd61e58ac050 (diff)
Merge "Changed method of k8s-upload-profile template prefix acquisition"
Diffstat (limited to 'components')
-rw-r--r--components/model-catalog/definition-type/starter-type/node_type/component-k8s-profile-upload.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/components/model-catalog/definition-type/starter-type/node_type/component-k8s-profile-upload.json b/components/model-catalog/definition-type/starter-type/node_type/component-k8s-profile-upload.json
index ac7c95cd8..d7b4bb990 100644
--- a/components/model-catalog/definition-type/starter-type/node_type/component-k8s-profile-upload.json
+++ b/components/model-catalog/definition-type/starter-type/node_type/component-k8s-profile-upload.json
@@ -42,6 +42,14 @@
"required": false,
"type": "string"
},
+ "artifact-prefix-names": {
+ "description": "Resource Assignment Artifact Prefix names",
+ "required": false,
+ "type": "list",
+ "entry_schema": {
+ "type": "string"
+ }
+ },
"resource-assignment-map": {
"description": "Holds resolved values for each artifact prefix eg. { vdns: { vnf-id: 123 } }",
"required": false,