let fas3-01.stg access fas-db01.stg

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2016-08-03 07:07:22 +00:00
parent 4265bc5136
commit 76993e05a1

View file

@ -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.