From fe011966a2400fa8ffdf4b9e51a482f7ced77b30 Mon Sep 17 00:00:00 2001 From: Ahmed Abbas Date: Thu, 7 Nov 2019 17:52:37 +0200 Subject: add SDC Meta Data for CDS Integration Issue-ID: SDC-2631 Signed-off-by: Ahmed Abbas Change-Id: Ie691e323f771b786d154c0614d0cd724635a5ec2 --- .../tosca/heat-types/Generic_PNF/Generic_PNF.yml | 9 +++++++++ .../heat-types/Generic_Service/Generic_Service.yml | 19 +++++++++++++++++++ .../import/tosca/heat-types/Generic_VF/Generic_VF.yml | 9 +++++++++ .../tosca/heat-types/Generic_VFC/Generic_VFC.yml | 7 ++++++- 4 files changed, 43 insertions(+), 1 deletion(-) (limited to 'catalog-be/src/main/resources/import/tosca') diff --git a/catalog-be/src/main/resources/import/tosca/heat-types/Generic_PNF/Generic_PNF.yml b/catalog-be/src/main/resources/import/tosca/heat-types/Generic_PNF/Generic_PNF.yml index fb662e6c76..40854eac6d 100644 --- a/catalog-be/src/main/resources/import/tosca/heat-types/Generic_PNF/Generic_PNF.yml +++ b/catalog-be/src/main/resources/import/tosca/heat-types/Generic_PNF/Generic_PNF.yml @@ -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 diff --git a/catalog-be/src/main/resources/import/tosca/heat-types/Generic_Service/Generic_Service.yml b/catalog-be/src/main/resources/import/tosca/heat-types/Generic_Service/Generic_Service.yml index 3652ae4e12..d37986e6c4 100644 --- a/catalog-be/src/main/resources/import/tosca/heat-types/Generic_Service/Generic_Service.yml +++ b/catalog-be/src/main/resources/import/tosca/heat-types/Generic_Service/Generic_Service.yml @@ -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 diff --git a/catalog-be/src/main/resources/import/tosca/heat-types/Generic_VF/Generic_VF.yml b/catalog-be/src/main/resources/import/tosca/heat-types/Generic_VF/Generic_VF.yml index d224b0a9be..7eca3a8409 100644 --- a/catalog-be/src/main/resources/import/tosca/heat-types/Generic_VF/Generic_VF.yml +++ b/catalog-be/src/main/resources/import/tosca/heat-types/Generic_VF/Generic_VF.yml @@ -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 diff --git a/catalog-be/src/main/resources/import/tosca/heat-types/Generic_VFC/Generic_VFC.yml b/catalog-be/src/main/resources/import/tosca/heat-types/Generic_VFC/Generic_VFC.yml index 71a93bcc0b..1b0525d343 100644 --- a/catalog-be/src/main/resources/import/tosca/heat-types/Generic_VFC/Generic_VFC.yml +++ b/catalog-be/src/main/resources/import/tosca/heat-types/Generic_VFC/Generic_VFC.yml @@ -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 -- cgit 1.2.3-korg