aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types/Generic_PNF/Generic_PNF.yml
blob: c132a7834f6146382cd668db18198230033e9b74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
tosca_definitions_version: tosca_simple_yaml_1_0_0
node_types: 
  org.openecomp.resource.abstract.nodes.PNF: 
    derived_from: tosca.nodes.Root
    properties:
      nf_function:
        type: string
      nf_role:
        type: string
      nf_type:
        type: string
      software_versions:
        type: list
        entry_schema:
          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]
      controller_actor:
        type: string
        default: SO-REF-DATA
        constraints:
        - valid_values: 
          - SO-REF-DATA
          - CDS
          - SDNC
          - APPC
      default_software_version:
        type: string