diff options
author | jawed <jawed.khelil@amadeus.com> | 2016-06-07 17:41:18 +0200 |
---|---|---|
committer | jawed <jawed.khelil@amadeus.com> | 2016-06-07 17:41:18 +0200 |
commit | 86b13b58701267272b2143f7783bb65607aabaf0 (patch) | |
tree | 6ab4b4d476b6963cb4aa083e557c6ac9aa6ac623 /playbooks | |
parent | 377405b67551ef51ce6f644bde018986465a1e0c (diff) | |
download | openshift-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')
-rw-r--r-- | playbooks/openstack/openshift-cluster/files/heat_stack.yaml | 8 |
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 |