aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/nfv-types/VDU/VDU.yml
blob: 68ecf90104e0adc8d3af644a099b6f0d049a30cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
tosca_definitions_version: tosca_simple_yaml_1_0_0
node_types:
  tosca.nodes.nfv.VDU:
    derived_from: tosca.nodes.SoftwareComponent
    capabilities:
      Virtualbinding:
        type: tosca.capabilities.nfv.VirtualBindable
    requirements:
      - host:
          capability: tosca.capabilities.Container
          node: tosca.nodes.Compute
          relationship: tosca.relationships.HostedOn