2d9bec47b35401612fdcc3f953fbae0e9925f495
[sdc/sdc-distribution-client.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0
2
3 description: >
4   This template contains custom defined interface type
5   and a node type which uses this custom interface
6
7 interface_types:
8   tosca.interfaces.CustomInterface:
9     derived_from: tosca.interfaces.Root
10     CustomOp:
11     CustomOp2:
12
13 node_types:
14   tosca.nodes.CustomInterfaceTest:
15     derived_from: tosca.nodes.WebApplication
16     interfaces:
17       CustomInterface:
18         type: tosca.interfaces.CustomInterface
19         CustomOp3:
20