software version fix
[sdc.git] / catalog-be / src / main / resources / import / tosca / heat-types / Generic_Service / Generic_Service.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 node_types:
3   org.openecomp.resource.abstract.nodes.service: 
4     derived_from: tosca.nodes.Root
5     properties:
6       cds_model_name: 
7         type: string
8       cds_model_version: 
9         type: string
10       skip_post_instantiation_configuration:
11         type: boolean
12         default: true
13         constraints:
14         - valid_values: [true,false]
15       controller_actor:
16         type: string
17         default: SO-REF-DATA
18         constraints:
19         - valid_values: 
20           - SO-REF-DATA
21           - CDS
22           - SDNC
23           - APPC
24       default_software_version:
25         type: string