From dcdc162ef10a5f67d5b599cdae73bf715f6f74e1 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 6 Dec 2016 21:55:05 +0000 Subject: [PATCH] fix ip for s390 hub --- inventory/host_vars/db-s390-koji01.qa.fedoraproject.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/host_vars/db-s390-koji01.qa.fedoraproject.org b/inventory/host_vars/db-s390-koji01.qa.fedoraproject.org index aa539c1163..c989489615 100644 --- a/inventory/host_vars/db-s390-koji01.qa.fedoraproject.org +++ b/inventory/host_vars/db-s390-koji01.qa.fedoraproject.org @@ -31,7 +31,7 @@ kernel_shmmax: 68719476736 # # Only allow postgresql access from the frontend node. # -custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.124.191 --dport 5432 -j ACCEPT' ] +custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.129.180 --dport 5432 -j ACCEPT' ] # # Large updates pushes cause lots of db threads doing the tag moves, so up this from default.