1 tosca_definitions_version: tosca_simple_yaml_1_0
4 TOSCA simple profile with 1 server bound to a new network
11 description: Network name
15 type: tosca.nodes.Compute
30 type: tosca.nodes.network.Network
32 network_name: { get_input: network_name }
34 cidr: '192.168.0.0/24'
35 start_ip: '192.168.0.50'
36 end_ip: '192.168.0.200'
37 gateway_ip: '192.168.0.1'
40 type: tosca.nodes.network.Port