summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types/Generic_Service/Generic_Service.yml
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-be/src/main/resources/import/tosca/heat-types/Generic_Service/Generic_Service.yml')
-rw-r--r--catalog-be/src/main/resources/import/tosca/heat-types/Generic_Service/Generic_Service.yml19
1 files changed, 19 insertions, 0 deletions
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