From 86b13b58701267272b2143f7783bb65607aabaf0 Mon Sep 17 00:00:00 2001 From: jawed Date: Tue, 7 Jun 2016 17:41:18 +0200 Subject: add skydns port 8053 to openstack master sec group --- playbooks/openstack/openshift-cluster/files/heat_stack.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'playbooks/openstack/openshift-cluster') diff --git a/playbooks/openstack/openshift-cluster/files/heat_stack.yaml b/playbooks/openstack/openshift-cluster/files/heat_stack.yaml index 1d54a9c39..422e6dafe 100644 --- a/playbooks/openstack/openshift-cluster/files/heat_stack.yaml +++ b/playbooks/openstack/openshift-cluster/files/heat_stack.yaml @@ -286,6 +286,14 @@ resources: protocol: udp port_range_min: 53 port_range_max: 53 + - direction: ingress + protocol: tcp + port_range_min: 8053 + port_range_max: 8053 + - direction: ingress + protocol: udp + port_range_min: 8053 + port_range_max: 8053 - direction: ingress protocol: tcp port_range_min: 24224 -- cgit v1.2.3