1 tosca_definitions_version: tosca_simple_yaml_1_0
4 Service template with topology_template, act as a nested system inside another system.
10 description: Template of a database including its hosting stack.
15 description: IP address of the message queuing server to receive messages from.
18 description: Port to be used for receiving messages.
21 description: Number of CPUs for the server.
23 - valid_values: [ 1, 2, 4, 8 ]
27 type: tosca.nodes.WebServer
31 port_name: { get_input: receiver_port }
37 type: tosca.nodes.Compute
42 num_cpus: { get_input: my_cpus }
53 type: mycompany.mytypes.groups.placement
54 description: bla bla bla
55 members: [ websrv, server ]