aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types/Generic_VFC/Generic_VFC.yml
blob: 276ee03e6363a03e91e68b5d4ecb21b00208e96e (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
38
39
40
41
42
43
44
45
46
47
48
49
50
tosca_definitions_version: tosca_simple_yaml_1_0_0
node_types:
  org.openecomp.resource.abstract.nodes.VFC: 
    derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
    properties: 
      nfc_function:
         type: string
      high_availablity:
        type: string
        description: high_availablity
        required: false
        status: SUPPORTED
      vm_image_name:
        type: string
        description: Master image_name volume id
        required: true
        status: SUPPORTED
      vm_flavor_name:
        type: string
        description: Master image_name volume id
        required: true
        status: SUPPORTED
      nfc_naming_code:
        type: string
        description: nfc code for instance naming
        required: false
        status: SUPPORTED
      vm_type_tag:
        type: string
        description: vm type based on naming Convention
        required: false
        status: SUPPORTED
      nfc_naming:
        type: org.openecomp.datatypes.Naming
        description: vfc naming
      min_instances:
        type: integer
        description: Minimum number of VFC Instances
        required: false
        default: 0
        status: SUPPORTED
        constraints:
        - greater_or_equal: 0
      max_instances:
        type: integer
        description: Maximum number of VFC Instances
        required: false
        status: SUPPORTED
        constraints:
        - greater_or_equal: 1