1 tosca_definitions_version: tosca_simple_yaml_1_0
 
   4   TOSCA simple profile with 2 servers bound to the 1 network
 
  11       description: Network name
 
  15       description: CIDR for the network
 
  19       description: Start IP for the allocation pool
 
  23       description: End IP for the allocation pool
 
  27       type: tosca.nodes.Compute
 
  42       type: tosca.nodes.Compute
 
  57       type: tosca.nodes.network.Network
 
  60         cidr: { get_input: network_cidr }
 
  61         network_name: { get_input: network_name }
 
  62         start_ip: { get_input: network_start_ip }
 
  63         end_ip: { get_input: network_end_ip }
 
  66       type: tosca.nodes.network.Port
 
  74       type: tosca.nodes.network.Port