fcos-pipeline-migration: Permit oc client to connect to ocp4 cluster

from batcave01

Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
David Kirwan 2021-11-08 10:56:20 +00:00
parent 55e0c11435
commit 7f4fd3ebd8
2 changed files with 2 additions and 0 deletions

View file

@ -64,6 +64,7 @@ custom_rules: [
'-A INPUT -p tcp -m tcp --dport 44342 -s 209.132.183.252 -j ACCEPT',
# Allow ocp control plane hosts
'-A INPUT -p tcp -m tcp --dport 6443 -s 10.3.163.35 -j ACCEPT', # batcave01
'-A INPUT -p tcp -m tcp --dport 6443 -s 10.3.163.120 -j ACCEPT',
'-A INPUT -p tcp -m tcp --dport 6443 -s 10.3.163.121 -j ACCEPT',
'-A INPUT -p tcp -m tcp --dport 6443 -s 10.3.163.122 -j ACCEPT',

View file

@ -66,6 +66,7 @@ custom_rules: [
# Allow happinesspackets-stg.fedorainfracloud.org to talk to the inbound fedmsg relay
'-A INPUT -p tcp -m tcp --dport 9941 -s 209.132.184.123 -j ACCEPT',
# Allow ocp control plane hosts
'-A INPUT -p tcp -m tcp --dport 6443 -s 10.3.163.35 -j ACCEPT', # batcave01
'-A INPUT -p tcp -m tcp --dport 6443 -s 10.3.166.115 -j ACCEPT',
'-A INPUT -p tcp -m tcp --dport 6443 -s 10.3.166.116 -j ACCEPT',
'-A INPUT -p tcp -m tcp --dport 6443 -s 10.3.166.117 -j ACCEPT',