From 76993e05a157af0ff514ff812a775f96e77fe45f Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Wed, 3 Aug 2016 07:07:22 +0000 Subject: [PATCH] let fas3-01.stg access fas-db01.stg Signed-off-by: Ricky Elrod --- inventory/host_vars/db-fas01.stg.phx2.fedoraproject.org | 8 ++++++-- 1 file changed, 6 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 43c130d124..8a9d481b84 100644 --- a/inventory/host_vars/db-fas01.stg.phx2.fedoraproject.org +++ b/inventory/host_vars/db-fas01.stg.phx2.fedoraproject.org @@ -25,9 +25,13 @@ num_cpus: 2 fas_client_groups: sysadmin-dba,sysadmin-noc,sysadmin-veteran # -# Only allow postgresql access from the frontend node and ipsilon01.stg +# Only allow postgresql access from the frontend node and ipsilon01.stg and +# fas3-01.stg # -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.35 --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.35 --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.