Let openqa-stg01 talk to the staging fedmsg relay.
This commit is contained in:
parent
4043d326b5
commit
be61b3c1cf
1 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,9 @@ custom_rules: [
|
|||
|
||||
# Allow resultsdb talk to the inbound fedmsg relay.
|
||||
'-A INPUT -p tcp -m tcp --dport 9941 -s 10.5.124.147 -j ACCEPT',
|
||||
|
||||
# Allow openqa to talk to the inbound fedmsg relay.
|
||||
'-A INPUT -p tcp -m tcp --dport 9941 -s 10.5.131.72 -j ACCEPT',
|
||||
]
|
||||
|
||||
fas_client_groups: sysadmin-noc,fi-apprentice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue