diff --git a/inventory/group_vars/proxies b/inventory/group_vars/proxies index 448eaf305e..1a8bb7d63b 100644 --- a/inventory/group_vars/proxies +++ b/inventory/group_vars/proxies @@ -42,8 +42,8 @@ custom_rules: [ '-A INPUT -p tcp -m tcp -s 192.168.1.0/24 --dport 6081 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 10.5.126.0/24 --dport 6081 -j ACCEPT', - # Allow jenkins.cloud to talk to the inbound fedmsg relay. - '-A INPUT -p tcp -m tcp --dport 9941 -s 209.132.184.153 -j ACCEPT', + # Allow jenkins.fedorainfracloud to talk to the inbound fedmsg relay. + '-A INPUT -p tcp -m tcp --dport 9941 -s 209.132.184.57 -j ACCEPT', # Allow copr-be.cloud to talk to the inbound fedmsg relay. '-A INPUT -p tcp -m tcp --dport 9941 -s 209.132.184.48 -j ACCEPT', # Also, ppc-composer.qa.fedoraproject.org (secondary arch) diff --git a/inventory/group_vars/proxies-stg b/inventory/group_vars/proxies-stg index b3ee79a735..1c6098d464 100644 --- a/inventory/group_vars/proxies-stg +++ b/inventory/group_vars/proxies-stg @@ -41,8 +41,8 @@ custom_rules: [ '-A INPUT -p tcp -m tcp -s 192.168.1.0/24 --dport 6081 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 10.5.126.0/24 --dport 6081 -j ACCEPT', - # Allow jenkins.cloud to talk to the inbound fedmsg relay. - '-A INPUT -p tcp -m tcp --dport 9941 -s 209.132.184.153 -j ACCEPT', + # Allow jenkins.fedorainfracloud to talk to the inbound fedmsg relay. + '-A INPUT -p tcp -m tcp --dport 9941 -s 209.132.184.57 -j ACCEPT', # Allow copr-be.cloud to talk to the inbound fedmsg relay. '-A INPUT -p tcp -m tcp --dport 9941 -s 209.132.184.131 -j ACCEPT', # Also, ppc-composer.qa.fedoraproject.org (secondary arch)