From 6025f90dee4e7e6e4e12256710011e6571b575f3 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 18 Dec 2014 20:03:34 +0000 Subject: [PATCH] Allow fedoauth01.stg to talk to db-fas01.stg --- inventory/host_vars/db-fas01.stg.phx2.fedoraproject.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/host_vars/db-fas01.stg.phx2.fedoraproject.org b/inventory/host_vars/db-fas01.stg.phx2.fedoraproject.org index 782264dbd0..110dbd2614 100644 --- a/inventory/host_vars/db-fas01.stg.phx2.fedoraproject.org +++ b/inventory/host_vars/db-fas01.stg.phx2.fedoraproject.org @@ -25,9 +25,9 @@ num_cpus: 2 fas_client_groups: sysadmin-dba,sysadmin-noc # -# Only allow postgresql access from the frontend node. +# Only allow postgresql access from the frontend node and fedoauth01.stg # -custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.86 --dport 5432 -j ACCEPT' ] +custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.86 --dport 5432 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 10.5.126.28 --dport 5432 -j ACCEPT' ] # # Large updates pushes cause lots of db threads doing the tag moves, so up this from default.