c23917cfb0efe95347d38d191c171725aca713bd
[sdc/sdc-distribution-client.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0
2
3 description: >
4   TOSCA simple profile with valid custom interface and operations.
5
6 imports:
7   - ../custom_types/custom_interface.yaml
8
9 topology_template:
10
11   node_templates:
12     customInterfaceTest:
13       type: tosca.nodes.CustomInterfaceTest
14       interfaces:
15         CustomInterface:
16           CustomOp: # operation from interface_type with additional inputs
17             inputs:
18               param:
19                 type: string
20           CustomOp3: # operation from node_type with additional inputs
21             inputs:
22               param3:
23                 type: string