aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/onap-types/extZteVDU/extZteVDU.yml
blob: 5cd45b74e3a52278ba2af29fcf0d125aa4c70591 (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
tosca_definitions_version: tosca_simple_yaml_1_0_0
node_types: 
    derived_from: tosca.nodes.Root
    properties: 
      manual_scale_select_vim: 
        type: boolean
        required: false
      vdu_type: 
        type: string
        required: false
      watchdog: 
        type: tosca.datatypes.nfv.ext.zte.WatchDog
        required: false
      name: 
        type: string
        required: false
      local_affinity_antiaffinity_rule: 
        type: tosca.datatypes.nfv.ext.LocalAffinityOrAntiAffinityRule
        required: false
      support_scaling: 
        type: boolean
        required: false
      storage_policy: 
        type: string
        required: false
      key_vdu: 
        type: boolean
        required: false
      location_info: 
        type: tosca.datatypes.nfv.ext.LocationInfo
        required: false
      inject_data_list: 
        type: list
        required: false
        entry_schema: 
          type: tosca.datatypes.nfv.ext.InjectData
    requirements: 
    - guest_os: 
        capability: tosca.capabilities.nfv.ext.GuestOs
        occurrences: 
        - 0
        - UNBOUNDED
    - local_storage: 
        capability: tosca.capabilities.nfv.ext.LocalAttachment
        occurrences: 
        - 0
        - UNBOUNDED
    - volume_storage: 
        capability: tosca.capabilities.Attachment
        occurrences: 
        - 0
        - UNBOUNDED
    - dependency: 
        capability: tosca.capabilities.Node
        occurrences: 
        - 0
        - UNBOUNDED
    capabilities: 
      scalable: 
        type: tosca.capabilities.Scalable
      monitoring_parameter: 
        type: tosca.capabilities.nfv.Metric
      nfv_compute: 
        type: tosca.capabilities.nfv.ext.Compute.Container.Architecture
      virtualbinding: 
        type: tosca.capabilities.nfv.VirtualBindable