1 heat_template_version: 2013-05-23
4 TOSCA simple profile with 1 server bound to a new network
9 description: Network name
14 type: OS::Nova::Server
17 image: cirros-0.3.2-x86_64-uec
20 - port: { get_resource: my_port }
21 user_data_format: SOFTWARE_CONFIG
24 type: OS::Neutron::Net
27 get_param: network_name
30 type: OS::Neutron::Subnet
36 gateway_ip: 192.168.0.1
38 network: { get_resource: my_network }
41 type: OS::Neutron::Port
43 network: { get_resource: my_network }