
Implemented testcases and added fourth parameter(output_variable_name) Change-Id: I92873ec3e3c396b9ffdf1d4a211f8d1b785d834d Partially-Implements: blueprint tosca-operations-functions
20 lines
472 B
YAML
20 lines
472 B
YAML
tosca_definitions_version: tosca_simple_yaml_1_0
|
|
|
|
description: TOSCA simple profile to test the GET OPERATION OUTPUT functionality
|
|
|
|
imports:
|
|
- custom_types/compute_with_prop.yaml
|
|
|
|
topology_template:
|
|
|
|
node_templates:
|
|
|
|
front_end:
|
|
type: tosca.nodes.ComputeWithProp
|
|
interfaces:
|
|
Standard:
|
|
create:
|
|
implementation: nodejs/create.sh
|
|
inputs:
|
|
data_dir: {get_operation_output: [front_end,Standard,create,data_dir]}
|