{ "outputs": { "scqnti87v8ks41-assigned-ips": { "description": "Network IPs assigned to scqnti87v8ks41 instance", "value": { "get_attr": [ "scqnti87v8ks41", "networks" ] } } }, "heat_template_version": "2013-05-23", "description": "This stack was generated by Murano for environment test01 (ID: 85f95520a4384730849c390bf957766f)", "resources": { "network-cbf8d27750694c39a83e24134d3aab91": { "type": "OS::Neutron::Net", "properties": { "name": "test01-network-cbf8d27750694c39a83e24134d3aab91" } }, "MuranoSecurityGroup-test01": { "type": "OS::Neutron::SecurityGroup", "properties": { "rules": [ { "protocol": "icmp", "remote_ip_prefix": "0.0.0.0/0" }, { "protocol": "tcp", "port_range_max": 5432, "port_range_min": 5432, "remote_ip_prefix": "0.0.0.0/0" }, { "protocol": "tcp", "port_range_max": 80, "port_range_min": 80, "remote_ip_prefix": "0.0.0.0/0" }, { "protocol": "tcp", "port_range_max": 22, "port_range_min": 22, "remote_ip_prefix": "0.0.0.0/0" }, { "protocol": "tcp", "port_range_max": 8080, "port_range_min": 8080, "remote_ip_prefix": "0.0.0.0/0" }, { "protocol": "tcp", "port_range_max": 443, "port_range_min": 443, "remote_ip_prefix": "0.0.0.0/0" } ], "description": "Composite security group of Murano environment test01" } }, "ri-cbf8d27750694c39a83e24134d3aab91": { "type": "OS::Neutron::RouterInterface", "properties": { "router_id": "6d87e191-032d-425a-a02f-fda8b3b73cca", "subnet": { "get_resource": "subnet-cbf8d27750694c39a83e24134d3aab91" } } }, "scqnti87v8ks41": { "type": "OS::Nova::Server", "properties": { "key_name": "", "image": "Fedora-x86_64-20-20140618-sda", "flavor": "m1.express", "networks": [ { "port": { "get_resource": "port-cbf8d27750694c39a83e24134d3aab91-scqnti87v8ks41" } } ] } }, "port-cbf8d27750694c39a83e24134d3aab91-scqnti87v8ks41": { "type": "OS::Neutron::Port", "properties": { "replacement_policy": "AUTO", "fixed_ips": [ { "subnet": { "get_resource": "subnet-cbf8d27750694c39a83e24134d3aab91" } } ], "network": { "get_resource": "network-cbf8d27750694c39a83e24134d3aab91" }, "security_groups": [ { "get_resource": "MuranoSecurityGroup-test01" } ] } }, "subnet-cbf8d27750694c39a83e24134d3aab91": { "type": "OS::Neutron::Subnet", "properties": { "ip_version": 4, "cidr": "10.0.16.0/24", "dns_nameservers": [ "8.8.8.8" ], "network": { "get_resource": "network-cbf8d27750694c39a83e24134d3aab91" } } } } }