let fas3-01.stg access fas-db01.stg
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
4265bc5136
commit
76993e05a1
1 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue