add SDC Meta Data for CDS Integration 45/98145/3
authorAhmed Abbas <ahmad.helmy@orange.com>
Thu, 7 Nov 2019 15:52:37 +0000 (17:52 +0200)
committerTomasz Golabek <tomasz.golabek@nokia.com>
Tue, 12 Nov 2019 11:57:00 +0000 (11:57 +0000)
Issue-ID: SDC-2631
Signed-off-by: Ahmed Abbas <ahmad.helmy@orange.com>
Change-Id: Ie691e323f771b786d154c0614d0cd724635a5ec2

catalog-be/src/main/resources/import/tosca/heat-types/Generic_PNF/Generic_PNF.yml
catalog-be/src/main/resources/import/tosca/heat-types/Generic_Service/Generic_Service.yml
catalog-be/src/main/resources/import/tosca/heat-types/Generic_VF/Generic_VF.yml
catalog-be/src/main/resources/import/tosca/heat-types/Generic_VFC/Generic_VFC.yml

index fb662e6..40854ea 100644 (file)
@@ -24,3 +24,12 @@ node_types:
         default: true
         constraints:
         - valid_values: [true,false]
+      controller_actor:
+        type: string
+        default: SO-REF-DATA
+        constraints:
+        - valid_values: 
+          - SO-REF-DATA
+          - CDS
+          - SDNC
+          - APPC
index 3652ae4..d37986e 100644 (file)
@@ -2,3 +2,22 @@ tosca_definitions_version: tosca_simple_yaml_1_0_0
 node_types:
   org.openecomp.resource.abstract.nodes.service: 
     derived_from: tosca.nodes.Root
+    properties:
+      cds_model_name: 
+        type: string
+      cds_model_version: 
+        type: string
+      skip_post_instantiation_configuration:
+        type: boolean
+        default: true
+        constraints:
+        - valid_values: [true,false]
+      controller_actor:
+        type: string
+        default: SO-REF-DATA
+        constraints:
+        - valid_values: 
+          - SO-REF-DATA
+          - CDS
+          - SDNC
+          - APPC
index d224b0a..7eca3a8 100644 (file)
@@ -38,3 +38,12 @@ node_types:
         default: true
         constraints:
         - valid_values: [true,false]
+      controller_actor:
+        type: string
+        default: SO-REF-DATA
+        constraints:
+        - valid_values: 
+          - SO-REF-DATA
+          - CDS
+          - SDNC
+          - APPC
index 71a93bc..1b0525d 100644 (file)
@@ -47,4 +47,9 @@ node_types:
         required: false
         status: supported
         constraints:
-        - greater_or_equal: 1
\ No newline at end of file
+        - greater_or_equal: 1
+      skip_post_instantiation_configuration:
+        type: boolean
+        default: true
+        constraints:
+        - valid_values: [true,false]
\ No newline at end of file