1 tosca_definitions_version: tosca_simple_yaml_1_0
4 - test_example_app_substitution_mappings.yaml
8 Test template showing valid output section containing attribute defined
9 in the substitution mappings in the imported yaml file.
15 description: IP address of the message queuing server to receive messages from.
19 description: Port to be used for receiving messages.
25 mq_server_ip: { get_input: mq_server_ip }
26 receiver_port: { get_input: mq_server_port }
30 description: private IP address of the message receiver application
31 value: { get_attribute: [ sustitute_app, receiver_ip ] }