summaryrefslogtreecommitdiffstats
path: root/tosca2heat/tosca-parser/toscaparser/tests/data/custom_types/custom_interface.yaml
blob: 2d9bec47b35401612fdcc3f953fbae0e9925f495 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
tosca_definitions_version: tosca_simple_yaml_1_0

description: >
  This template contains custom defined interface type
  and a node type which uses this custom interface

interface_types:
  tosca.interfaces.CustomInterface:
    derived_from: tosca.interfaces.Root
    CustomOp:
    CustomOp2:

node_types:
  tosca.nodes.CustomInterfaceTest:
    derived_from: tosca.nodes.WebApplication
    interfaces:
      CustomInterface:
        type: tosca.interfaces.CustomInterface
        CustomOp3: