summaryrefslogtreecommitdiffstats
path: root/playbooks/openstack
diff options
context:
space:
mode:
authorjawed <jawed.khelil@amadeus.com>2016-06-07 17:41:18 +0200
committerjawed <jawed.khelil@amadeus.com>2016-06-07 17:41:18 +0200
commit86b13b58701267272b2143f7783bb65607aabaf0 (patch)
tree6ab4b4d476b6963cb4aa083e557c6ac9aa6ac623 /playbooks/openstack
parent377405b67551ef51ce6f644bde018986465a1e0c (diff)
downloadopenshift-86b13b58701267272b2143f7783bb65607aabaf0.tar.gz
openshift-86b13b58701267272b2143f7783bb65607aabaf0.tar.bz2
openshift-86b13b58701267272b2143f7783bb65607aabaf0.tar.xz
openshift-86b13b58701267272b2143f7783bb65607aabaf0.zip
add skydns port 8053 to openstack master sec group
Diffstat (limited to 'playbooks/openstack')
-rw-r--r--playbooks/openstack/openshift-cluster/files/heat_stack.yaml8
1 files changed, 8 insertions, 0 deletions
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
@@ -288,6 +288,14 @@ resources:
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
port_range_max: 24224
- direction: ingress