software version fix
[sdc.git] / catalog-be / src / main / resources / import / tosca / heat-types / Generic_PNF / Generic_PNF.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 node_types: 
3   org.openecomp.resource.abstract.nodes.PNF: 
4     derived_from: tosca.nodes.Root
5     properties:
6       nf_function:
7         type: string
8       nf_role:
9         type: string
10       nf_type:
11         type: string
12       software_versions:
13         type: list
14         entry_schema:
15           type: string
16       sdnc_model_name:
17         type: string
18       sdnc_model_version:
19         type: string
20       sdnc_artifact_name:
21         type: string
22       skip_post_instantiation_configuration:
23         type: boolean
24         default: true
25         constraints:
26         - valid_values: [true,false]
27       controller_actor:
28         type: string
29         default: SO-REF-DATA
30         constraints:
31         - valid_values: 
32           - SO-REF-DATA
33           - CDS
34           - SDNC
35           - APPC
36       default_software_version:
37         type: string