{ "heat_template_version": "2013-05-23", "description": "This stack was generated by Murano for environment test00 (ID: 85f95520a4384730849c390bf957766f)", "resources": { "network-cbf8d27750694c39a83e24134d3aab91": { "type": "OS::Neutron::Net", "properties": { "name": "test01-network-cbf8d27750694c39a83e24134d3aab91" } }, "ri-cbf8d27750694c39a83e24134d3aab91": { "type": "OS::Neutron::RouterInterface", "properties": { "router_id": "6d87e191-032d-425a-a02f-fda8b3b73cca", "subnet": { "get_resource": "subnet-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" } }, "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" } } } } }