Skip to content

Commit fa2d4a5

Browse files
Changes in bundle-xenial-icehrm
1 parent 75d8b37 commit fa2d4a5

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

images/bundle-xenial-icehrm/output/bundle-xenial-icehrm.heat.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
heat_template_version: 2013-05-23
1+
heat_template_version: 2015-04-30
22

33

44
description: 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

Comments
 (0)