1 tosca_definitions_version: tosca_simple_yaml_1_0
4 This template contains custom defined interface type
5 and a node type which uses this custom interface
8 tosca.interfaces.CustomInterface:
9 derived_from: tosca.interfaces.Root
14 tosca.nodes.CustomInterfaceTest:
15 derived_from: tosca.nodes.WebApplication
18 type: tosca.interfaces.CustomInterface