Browse Source

Merge pull request #7371 from jmencak/cnssec-111

Automatic merge from submit-queue.

Allow rcpbind for CNS block in cns-secgrp (openshift_openstack).

The security policy blocks RPC bind between CNS nodes.  This change allows 111/TCP ingress rule in cns-secgrp policy.

@ekuric, ptal
OpenShift Merge Robot 7 years ago
parent
commit
3fa7326f63
1 changed files with 5 additions and 0 deletions
  1. 5 0
      roles/openshift_openstack/templates/heat_stack.yaml.j2

+ 5 - 0
roles/openshift_openstack/templates/heat_stack.yaml.j2

@@ -598,6 +598,11 @@ resources:
           params:
             cluster_id: {{ openshift_openstack_full_dns_domain }}
       rules:
+        # Allow rcpbind for CNS block
+        - direction: ingress
+          protocol: tcp
+          port_range_min: 111
+          port_range_max: 111
         # glusterfs_sshd
         - direction: ingress
           protocol: tcp