소스 검색

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).
OpenShift Merge Robot 7 년 전
부모
커밋
510b5ac413
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      roles/openshift_openstack/templates/heat_stack.yaml.j2

+ 4 - 0
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