1- heat_template_version : 2013-05-23
1+ heat_template_version : 2015-04-30
22
33
44description : All-in-one iceHRM stack
@@ -17,8 +17,6 @@ parameters:
1717 label : Type instance - Instance Type (Flavor)
1818 constraints :
1919 - allowed_values :
20- - t1.cw.tiny
21- - s1.cw.small-1
2220 - n1.cw.standard-1
2321 - n1.cw.standard-2
2422 - n1.cw.standard-4
@@ -52,8 +50,13 @@ resources:
5250 type : OS::Neutron::SecurityGroup
5351 properties :
5452 rules :
55- - { direction: ingress, protocol: TCP, port_range_min: 1, port_range_max: 65535 }
56- - { direction: ingress, protocol: UDP, port_range_min: 1, port_range_max: 65535 }
53+ - { direction: ingress, protocol: TCP, port_range_min: 22, port_range_max: 22 }
54+ - { direction: ingress, protocol: TCP, port_range_min: 80, port_range_max: 80 }
55+ - { direction: ingress, protocol: TCP, port_range_min: 3306, port_range_max: 3306 }
56+ - { direction: ingress, protocol: TCP, port_range_min: 4444, port_range_max: 4444 }
57+ - { direction: ingress, protocol: TCP, port_range_min: 4567, port_range_max: 4567 }
58+ - { direction: ingress, protocol: TCP, port_range_min: 24007, port_range_max: 24007 }
59+ - { direction: ingress, protocol: TCP, port_range_min: 49152, port_range_max: 49152 }
5760 - { direction: ingress, protocol: ICMP }
5861 - { direction: egress, protocol: ICMP }
5962 - { direction: egress, protocol: TCP }
0 commit comments