2020-05-19 12:16:05 -07:00
|
|
|
---
|
2021-11-16 13:27:57 -08:00
|
|
|
#
|
|
|
|
# Only allow postgresql access from the frontend nodes and hosted.
|
|
|
|
#
|
|
|
|
custom_rules: [
|
|
|
|
# Openshift nodes (egress policy will block connection from non-authorized projects)
|
|
|
|
'-A INPUT -p tcp -m tcp -s 10.3.163.69 --dport 5432 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 10.3.163.70 --dport 5432 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 10.3.163.71 --dport 5432 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 10.3.163.72 --dport 5432 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 10.3.163.73 --dport 5432 -j ACCEPT',
|
|
|
|
# noc01 needs to connect to check the db
|
|
|
|
'-A INPUT -p tcp -m tcp -s 10.3.163.10 --dport 5432 -j ACCEPT',
|
|
|
|
# Ipsilon VMs
|
|
|
|
'-A INPUT -p tcp -m tcp -s 10.3.163.105 --dport 5432 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 10.3.163.106 --dport 5432 -j ACCEPT']
|
2020-05-19 12:16:05 -07:00
|
|
|
# This is a generic list, monitored by collectd
|
|
|
|
databases:
|
2021-11-16 13:27:57 -08:00
|
|
|
- fas2
|
2022-06-06 16:23:15 -07:00
|
|
|
- ipsilon
|
2021-11-16 13:27:57 -08:00
|
|
|
datacenter: iad2
|
|
|
|
db_backup_dir: ['/backups']
|
2020-05-19 12:16:05 -07:00
|
|
|
# This is a more strict list, to be made publicly available
|
|
|
|
dbs_to_backup:
|
2021-11-16 13:27:57 -08:00
|
|
|
- fas2
|
2022-06-06 16:23:15 -07:00
|
|
|
- ipsilon
|
2021-11-16 13:27:57 -08:00
|
|
|
effective_cache_size: "6GB"
|
2022-01-19 14:18:12 -08:00
|
|
|
eth0_ipv4_gw: 10.3.163.254
|
|
|
|
eth0_ipv4_ip: 10.3.163.42
|
2023-01-24 14:55:39 -08:00
|
|
|
ks_repo: http://38.145.60.16/repo/rhel/RHEL7-x86_64/
|
|
|
|
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-rhel-7-ext
|
2020-05-19 12:16:05 -07:00
|
|
|
# These are normally group variables, but in this case db servers are often different
|
|
|
|
lvm_size: 100000
|
2021-11-16 13:27:57 -08:00
|
|
|
max_stack_depth: "4MB"
|
2020-05-19 12:16:05 -07:00
|
|
|
mem_size: 16384
|
2021-11-16 13:27:57 -08:00
|
|
|
nrpe_procs_crit: 800
|
2020-05-19 12:16:05 -07:00
|
|
|
#
|
2021-05-04 08:52:52 -07:00
|
|
|
# Large updates pushes cause lots of db threads doing the tag moves, so up this from default.
|
|
|
|
#
|
2020-05-19 12:16:05 -07:00
|
|
|
nrpe_procs_warn: 600
|
2021-11-16 13:27:57 -08:00
|
|
|
num_cpus: 8
|
2020-05-19 12:16:05 -07:00
|
|
|
shared_buffers: "2GB"
|
2020-06-16 14:58:36 -07:00
|
|
|
temp_buffers: "8MB"
|
2021-11-16 13:27:57 -08:00
|
|
|
vmhost: vmhost-x86-01.iad2.fedoraproject.org
|
|
|
|
volgroup: /dev/vg_guests
|