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
@@ -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