From 625beb5840c445662f8bc1ca8525c90f58a2b517 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Wed, 26 Aug 2015 15:12:48 +0000 Subject: [PATCH] Allow jenkins.fedorainfracloud to talk to the inbound fedmsg relay --- inventory/group_vars/proxies | 4 ++-- inventory/group_vars/proxies-stg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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)