summaryrefslogtreecommitdiffstats
path: root/tosca2heat/tosca-parser/toscaparser/tests/data/custom_types/custom_caps_def.yaml
blob: 337c38fd0bb1bec858bcbdeaffc2c9ff479e320d (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

description: >
  Definition of a node with a capiblity and a parent capability
  defined in an imported file

capability_types:

  tosca.capabilities.SomeCap:
    derived_from: tosca.capabilities.Root

  tosca.capabilities.SomeChildCap:
    derived_from: tosca.capabilities.SomeCap

node_types:

  tosca.nodes.SomeNode:
    derived_from: tosca.nodes.Root
    capabilities:
        lrms:
          type: tosca.capabilities.SomeChildCap