summaryrefslogtreecommitdiffstats
path: root/roles/openshift_openstack/templates
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2018-01-31 10:16:26 -0800
committerGitHub <noreply@github.com>2018-01-31 10:16:26 -0800
commit510b5ac41308225f01be96309eda6efc67a90467 (patch)
treeaf604f9c0c4d892103a41e6759c4bede03e46f71 /roles/openshift_openstack/templates
parent7270f91104d71f1a39e495a575675778808aca8e (diff)
parent31409df8d9b41e915c3a415b68aa0f29b871e0a1 (diff)
downloadopenshift-510b5ac41308225f01be96309eda6efc67a90467.tar.gz
openshift-510b5ac41308225f01be96309eda6efc67a90467.tar.bz2
openshift-510b5ac41308225f01be96309eda6efc67a90467.tar.xz
openshift-510b5ac41308225f01be96309eda6efc67a90467.zip
Merge pull request #6831 from jmencak/heatstack-infra-1936
Automatic merge from submit-queue. Fix: e2e tests failing due to :1936/metrics unaccessible. This PR allows access to tcp/1936 ingress infra-secgrp policy, so that e2e test do not fail looking for router metrics (:1936/metrics).
Diffstat (limited to 'roles/openshift_openstack/templates')
-rw-r--r--roles/openshift_openstack/templates/heat_stack.yaml.j24
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/openshift_openstack/templates/heat_stack.yaml.j2 b/roles/openshift_openstack/templates/heat_stack.yaml.j2
index 8e7c6288a..1d3173022 100644
--- a/roles/openshift_openstack/templates/heat_stack.yaml.j2
+++ b/roles/openshift_openstack/templates/heat_stack.yaml.j2
@@ -418,6 +418,10 @@ resources:
protocol: tcp
port_range_min: 443
port_range_max: 443
+ - direction: ingress
+ protocol: tcp
+ port_range_min: 1936
+ port_range_max: 1936
cns-secgrp:
type: OS::Neutron::SecurityGroup