From 2e8041787aab628db9500934d58353a00aab6a75 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 6 Dec 2016 23:17:35 +0000 Subject: [PATCH] update proxy iptables for s390 koji move --- inventory/group_vars/proxies | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/group_vars/proxies b/inventory/group_vars/proxies index c513572776..d190ba7804 100644 --- a/inventory/group_vars/proxies +++ b/inventory/group_vars/proxies @@ -59,8 +59,8 @@ custom_rules: [ '-A INPUT -p tcp -m tcp --dport 9941 -s 10.5.124.171 -j ACCEPT', # retrace02.qa.fedoraproject.org '-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', + # Also, s390-hub01.s390.fedoraproject.org (secondary arch) + '-A INPUT -p tcp -m tcp --dport 9941 -s 10.5.129.180 -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',