f47f33c1368984d662fea98aaedf9fdd2ad87a38
[sdc/sdc-distribution-client.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0
2
3 description: TOSCA simple profile to test the GET OPERATION OUTPUT functionality
4
5 imports:
6   - custom_types/compute_with_prop.yaml
7
8 topology_template:
9
10   node_templates:
11
12    front_end:
13      type: tosca.nodes.ComputeWithProp
14      interfaces:
15        Standard:
16          create:
17            implementation: nodejs/create.sh
18            inputs:
19              data_dir: {get_operation_output: [front_end,Standard,create,data_dir]}