ansible/inventory/host_vars/db-ppc-koji01.ppc.fedoraproject.org

49 lines
1.2 KiB
Org Mode
Raw Normal View History

2016-04-19 14:13:08 +00:00
---
nm: 255.255.255.0
gw: 10.5.129.254
dns: 10.5.126.21
volgroup: /dev/vg_guests
eth0_ip: 10.5.129.241
main_bridge: br1
2016-04-19 14:13:08 +00:00
vmhost: ppc8-01.ppc.fedoraproject.org
datacenter: phx2
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-rhel-7-ppc64le
ks_repo: http://10.5.126.23/repo/rhel/RHEL7-ppc64le/
virt_install_command: "{{ virt_install_command_one_nic }} --graphics none"
2016-04-19 14:13:08 +00:00
# This is a generic list, monitored by collectd
databases:
- koji
# This is a more strict list, to be made publicly available
dbs_to_backup:
- koji
fas_client_groups: sysadmin-dba,sysadmin-noc,sysadmin-releng,sysadmin-veteran
sudoers: "{{ private }}/files/sudo/sysadmin-secondary-sudoers"
2016-04-19 14:13:08 +00:00
# These are normally group variables, but in this case db servers are often different
lvm_size: 500000
mem_size: 8192
num_cpus: 12
# kernel SHMMAX value
kernel_shmmax: 68719476736
#
# Only allow postgresql access from the frontend node.
#
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.129.240 --dport 5432 -j ACCEPT' ]
#
# Large updates pushes cause lots of db threads doing the tag moves, so up this from default.
#
nrpe_procs_warn: 600
nrpe_procs_crit: 700
host_backup_targets: ['/backups']
shared_buffers: "2GB"
effective_cache_size: "6GB"