Add CDS Model Properties for VNF and PNF 60/82360/4
authoragileone <serge@agilitae.com>
Fri, 15 Mar 2019 03:41:53 +0000 (20:41 -0700)
committerOfir Sonsino <ofir.sonsino@intl.att.com>
Fri, 22 Mar 2019 14:53:22 +0000 (14:53 +0000)
Issue-ID: SDC-2172
Adds properties to the GenericVF and GenericPNF entity definitions.

Change-Id: I936cb5bc141424dcdc86a246e051cd5d37b81b44
Signed-off-by: agileone <serge@agilitae.com>
catalog-be/src/main/resources/import/tosca/heat-types/Generic_PNF/Generic_PNF.yml
catalog-be/src/main/resources/import/tosca/heat-types/Generic_VF/Generic_VF.yml

index 8adfa78..fb662e6 100644 (file)
@@ -12,4 +12,15 @@ node_types:
       software_versions:
         type: list
         entry_schema:
-          type: string
\ No newline at end of file
+          type: string
+      sdnc_model_name:
+        type: string
+      sdnc_model_version:
+        type: string
+      sdnc_artifact_name:
+        type: string
+      skip_post_instantiation_configuration:
+        type: boolean
+        default: true
+        constraints:
+        - valid_values: [true,false]
index 667ed74..d224b0a 100644 (file)
@@ -25,4 +25,16 @@ node_types:
         type: integer 
       multi_stage_design:
         type: boolean
-        default: false
\ No newline at end of file
+        default: false
+        type: string
+      sdnc_model_name:
+        type: string
+      sdnc_model_version:
+        type: string
+      sdnc_artifact_name:
+        type: string
+      skip_post_instantiation_configuration:
+        type: boolean
+        default: true
+        constraints:
+        - valid_values: [true,false]