1 tosca_definitions_version: tosca_simple_yaml_1_0
4 Template showing an example TOSCA type to demonstrate usage
5 of output in the substitution mappings.
9 derived_from: tosca.nodes.WebApplication
27 description: IP address of the message queuing server to receive messages from.
31 description: Port to be used for receiving messages.
35 description: Number of CPUs for the server.
38 - valid_values: [ 1, 2, 4, 8 ]
40 substitution_mappings:
41 node_type: example.app
47 mq_server_ip: { get_input: mq_server_ip }
48 receiver_port: { get_input: receiver_port }
53 type: tosca.nodes.WebServer
58 type: tosca.nodes.Compute
63 num_cpus: { get_input: my_cpus }