Let resultsdb talk to the inbound fedmsg relay (iptables).

This commit is contained in:
Ralph Bean
2015-10-07 18:06:36 +00:00
parent b03b871080
commit 535eab0ce1
2 changed files with 5 additions and 0 deletions

View File

@@ -60,6 +60,9 @@ custom_rules: [
'-A INPUT -p tcp -m tcp --dport 9941 -s 10.5.124.172 -j ACCEPT',
# Also, s390-hub01.qa.fedoraproject.org (secondary arch)
'-A INPUT -p tcp -m tcp --dport 9941 -s 10.5.124.191 -j ACCEPT',
# Allow resultsdb talk to the inbound fedmsg relay.
'-A INPUT -p tcp -m tcp --dport 9941 -s 10.5.124.207 -j ACCEPT',
]
fas_client_groups: sysadmin-noc,fi-apprentice

View File

@@ -65,6 +65,8 @@ custom_rules: [
# retrace02.qa.fedoraproject.org
'-A INPUT -p tcp -m tcp --dport 9941 -s 209.132.181.34 -j ACCEPT',
# Allow resultsdb talk to the inbound fedmsg relay.
'-A INPUT -p tcp -m tcp --dport 9941 -s 10.5.124.147 -j ACCEPT',
]
fas_client_groups: sysadmin-noc,fi-apprentice