heat_template_version: 2013-05-23 description: Simple template to deploy an Opuntia test cluster resources: Opuntia1: type: OS::Nova::Server properties: image: Opuntia-WiFi flavor: Opuntia-Small networks: - port: { get_resource: Opuntia1_port } Opuntia1_port: type: OS::Neutron::Port properties: network_id: eaa0f18e-1ea0-43f3-96fd-b403afb6e6a0 fixed_ips: - subnet_id: beba7ce2-7488-407e-b716-c16c23bfc9cd Opuntia1_floating_ip: type: OS::Neutron::FloatingIPAssociation properties: floatingip_id: 5be05e17-f2ad-4013-81ad-38e0e87d034e port_id: { get_resource: Opuntia1_port } Opuntia2: type: OS::Nova::Server properties: image: Opuntia-WiFi flavor: Opuntia-Small networks: - port: { get_resource: Opuntia2_port } Opuntia2_port: type: OS::Neutron::Port properties: network_id: eaa0f18e-1ea0-43f3-96fd-b403afb6e6a0 fixed_ips: - subnet_id: beba7ce2-7488-407e-b716-c16c23bfc9cd Opuntia2_floating_ip: type: OS::Neutron::FloatingIPAssociation properties: floatingip_id: 6e9cd9a9-8b63-440c-8ae0-ca0e7431937c port_id: { get_resource: Opuntia2_port } Opuntia3: type: OS::Nova::Server properties: image: Opuntia-WiFi flavor: Opuntia-Small networks: - port: { get_resource: Opuntia3_port } Opuntia3_port: type: OS::Neutron::Port properties: network_id: eaa0f18e-1ea0-43f3-96fd-b403afb6e6a0 fixed_ips: - subnet_id: beba7ce2-7488-407e-b716-c16c23bfc9cd Opuntia3_floating_ip: type: OS::Neutron::FloatingIPAssociation properties: floatingip_id: ab43f4f1-19be-430c-b5de-d3aedd1a0b9f port_id: { get_resource: Opuntia3_port } Opuntia4: type: OS::Nova::Server properties: image: Opuntia-WiFi flavor: Opuntia-Small networks: - port: { get_resource: Opuntia4_port } Opuntia4_port: type: OS::Neutron::Port properties: network_id: eaa0f18e-1ea0-43f3-96fd-b403afb6e6a0 fixed_ips: - subnet_id: beba7ce2-7488-407e-b716-c16c23bfc9cd Opuntia4_floating_ip: type: OS::Neutron::FloatingIPAssociation properties: floatingip_id: bce4cc34-230b-46d1-b3ab-f69e65584ffe port_id: { get_resource: Opuntia4_port } Opuntia5: type: OS::Nova::Server properties: image: Opuntia-WiFi flavor: Opuntia-Small networks: - port: { get_resource: Opuntia5_port } Opuntia5_port: type: OS::Neutron::Port properties: network_id: eaa0f18e-1ea0-43f3-96fd-b403afb6e6a0 fixed_ips: - subnet_id: beba7ce2-7488-407e-b716-c16c23bfc9cd Opuntia5_floating_ip: type: OS::Neutron::FloatingIPAssociation properties: floatingip_id: 38c7d704-62d0-4a12-b0bb-d3493e0ed4f2 port_id: { get_resource: Opuntia5_port } Opuntia6: type: OS::Nova::Server properties: image: Opuntia-WiFi flavor: Opuntia-Small networks: - port: { get_resource: Opuntia6_port } Opuntia6_port: type: OS::Neutron::Port properties: network_id: eaa0f18e-1ea0-43f3-96fd-b403afb6e6a0 fixed_ips: - subnet_id: beba7ce2-7488-407e-b716-c16c23bfc9cd Opuntia6_floating_ip: type: OS::Neutron::FloatingIPAssociation properties: floatingip_id: 2b2aeccc-9b54-4047-812f-00928f9037ea port_id: { get_resource: Opuntia6_port } Opuntia7: type: OS::Nova::Server properties: image: Opuntia-WiFi flavor: Opuntia-Small networks: - port: { get_resource: Opuntia7_port } Opuntia7_port: type: OS::Neutron::Port properties: network_id: eaa0f18e-1ea0-43f3-96fd-b403afb6e6a0 fixed_ips: - subnet_id: beba7ce2-7488-407e-b716-c16c23bfc9cd Opuntia7_floating_ip: type: OS::Neutron::FloatingIPAssociation properties: floatingip_id: f336f1ab-daf7-4393-a4fa-9702750bfbf4 port_id: { get_resource: Opuntia7_port } Opuntia8: type: OS::Nova::Server properties: image: Opuntia-WiFi flavor: Opuntia-Small networks: - port: { get_resource: Opuntia8_port } Opuntia8_port: type: OS::Neutron::Port properties: network_id: eaa0f18e-1ea0-43f3-96fd-b403afb6e6a0 fixed_ips: - subnet_id: beba7ce2-7488-407e-b716-c16c23bfc9cd Opuntia8_floating_ip: type: OS::Neutron::FloatingIPAssociation properties: floatingip_id: 72750900-e3ab-4bb9-aa4c-ad5e68152de9 port_id: { get_resource: Opuntia8_port } Opuntia9: type: OS::Nova::Server properties: image: Opuntia-WiFi flavor: Opuntia-Small networks: - port: { get_resource: Opuntia9_port } Opuntia9_port: type: OS::Neutron::Port properties: network_id: eaa0f18e-1ea0-43f3-96fd-b403afb6e6a0 fixed_ips: - subnet_id: beba7ce2-7488-407e-b716-c16c23bfc9cd Opuntia9_floating_ip: type: OS::Neutron::FloatingIPAssociation properties: floatingip_id: 0b3b804c-1275-43de-bc63-4f7610d22a89 port_id: { get_resource: Opuntia9_port } Opuntia10: type: OS::Nova::Server properties: image: Opuntia-WiFi flavor: Opuntia-Small networks: - port: { get_resource: Opuntia10_port } Opuntia10_port: type: OS::Neutron::Port properties: network_id: eaa0f18e-1ea0-43f3-96fd-b403afb6e6a0 fixed_ips: - subnet_id: beba7ce2-7488-407e-b716-c16c23bfc9cd Opuntia10_floating_ip: type: OS::Neutron::FloatingIPAssociation properties: floatingip_id: 7183e59d-848e-4fd0-946f-6e54bc245430 port_id: { get_resource: Opuntia10_port }