summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/onap-types/VDU/VDU.yml
blob: 541126f7e3760f2217b5e24a9fd1d739606b20c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
tosca_definitions_version: tosca_simple_yaml_1_0_0
node_types:
  tosca.nodes.nfv.VDU:
    derived_from: tosca.nodes.SoftwareComponent
    capabilities:
#Not found in any spec
#      high_availability:
#        type: nfv.capabilities.HA
      Virtualbinding:
        type: tosca.capabilities.nfv.VirtualBindable
#      monitoring_parameter:
#        type: nfv.capabilities.Metric
    requirements:
#Not found in any spec
#      - high_availability:
#        capability: nfv.capabilities.HA
#        relationship: nfv.relationships.HA
#        occurrences: [ 0, 1 ]
      - host:
          capability: tosca.capabilities.Container
          node: tosca.nodes.Compute
          relationship: tosca.relationships.HostedOn