From f6dc4b99823fb56ab977b459ef5192672c91821a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 15 Feb 2016 23:42:13 +0000 Subject: [PATCH] Fix ip for hub since we moved it. --- inventory/host_vars/db-arm-koji01.qa.fedoraproject.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/host_vars/db-arm-koji01.qa.fedoraproject.org b/inventory/host_vars/db-arm-koji01.qa.fedoraproject.org index 0ebec0cd06..ba4b991b97 100644 --- a/inventory/host_vars/db-arm-koji01.qa.fedoraproject.org +++ b/inventory/host_vars/db-arm-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.131.61 --dport 5432 -j ACCEPT' ] +custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.124.138 --dport 5432 -j ACCEPT' ] # # Large updates pushes cause lots of db threads doing the tag moves, so up this from default.