1 tosca_definitions_version: tosca_simple_yaml_1_0
3 description: Template for deploying a single server with concat function.
8 type: tosca.nodes.Compute
10 # Host container properties
16 # Guest Operating System properties
19 # host Operating System image properties
26 description: Concatenate the URL for a server from template values.
27 value: { concat: [ 'http://',
28 get_attribute: [ server, public_address ],
30 get_attribute: [ server, port ] ] }