aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/data-types
diff options
context:
space:
mode:
authorSirisha_Manchikanti <sirisha.manchikanti@est.tech>2022-01-10 16:32:40 +0000
committerSirisha_Manchikanti <sirisha.manchikanti@est.tech>2022-01-31 16:23:03 +0000
commit17862485d3475a81aa836f84609ec1a2b69b1d64 (patch)
tree2059204be84c61b7e6c0377ae166399d92d27ab5 /catalog-be/src/main/resources/import/tosca/data-types
parent4594cba0c53461bc1a273458e0a7a314da6bfb68 (diff)
Add controlloop components to SDC design
This commit will add controlloop components like Participant, ControlLoopElement and ControlLoop to SDC. Addition of these components in SDC will enable to build a CSAR with controloop components and establish a controlloop by distributing the CSAR to policy-distribution and thereby to CLAMP. Issue-ID: SDC-3842 Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech> Change-Id: I6f417f7a635f6f0dec3ce6163c5b41ada374567a
Diffstat (limited to 'catalog-be/src/main/resources/import/tosca/data-types')
-rw-r--r--catalog-be/src/main/resources/import/tosca/data-types/dataTypes.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/catalog-be/src/main/resources/import/tosca/data-types/dataTypes.yml b/catalog-be/src/main/resources/import/tosca/data-types/dataTypes.yml
index e294528026..a6071e126f 100644
--- a/catalog-be/src/main/resources/import/tosca/data-types/dataTypes.yml
+++ b/catalog-be/src/main/resources/import/tosca/data-types/dataTypes.yml
@@ -3155,3 +3155,13 @@ onap.datatypes.partner.sppartner_details:
type: string
description: Authentication details to access the Service URL
required: false
+
+onap.datatypes.ToscaConceptIdentifier:
+ derived_from: tosca.datatypes.Root
+ properties:
+ name:
+ type: string
+ required: true
+ version:
+ type: string
+ required: true