|
@@ -224,7 +224,7 @@ openshift_openstack_infra_secgroup_rules:
|
|
|
port_range_min: 1936
|
|
|
port_range_max: 1936
|
|
|
openshift_openstack_cns_secgroup_rules:
|
|
|
- # Allow rcpbind for CNS block
|
|
|
+ # rpcbind
|
|
|
- direction: ingress
|
|
|
protocol: tcp
|
|
|
port_range_min: 111
|
|
@@ -234,6 +234,11 @@ openshift_openstack_cns_secgroup_rules:
|
|
|
protocol: tcp
|
|
|
port_range_min: 2222
|
|
|
port_range_max: 2222
|
|
|
+ # iscsi-targets
|
|
|
+ - direction: ingress
|
|
|
+ protocol: tcp
|
|
|
+ port_range_min: 3260
|
|
|
+ port_range_max: 3260
|
|
|
# heketi dialing backends
|
|
|
- direction: ingress
|
|
|
protocol: tcp
|
|
@@ -249,6 +254,11 @@ openshift_openstack_cns_secgroup_rules:
|
|
|
protocol: tcp
|
|
|
port_range_min: 24008
|
|
|
port_range_max: 24008
|
|
|
+ # glusterblockd
|
|
|
+ - direction: ingress
|
|
|
+ protocol: tcp
|
|
|
+ port_range_min: 24010
|
|
|
+ port_range_max: 24010
|
|
|
# glusterfs_bricks
|
|
|
- direction: ingress
|
|
|
protocol: tcp
|