ansible/inventory/host_vars/db-qa01.qa.fedoraproject.org

39 lines
868 B
Org Mode

---
nm: 255.255.255.0
gw: 10.5.124.254
dns: 10.5.126.21
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-rhel-6
ks_repo: http://10.5.126.23/repo/rhel/RHEL6-x86_64/
volgroup: /dev/VirtGuests
eth0_ip: 10.5.124.144
vmhost: virthost-comm02.qa.fedoraproject.org
datacenter: phx2
# This is a generic list, monitored by collectd
databases:
- postgres
# This is a more strict list, to be made publicly available
dbs_to_backup:
- postgres
- buildmaster
- buildmaster_dev
- buildmaster_stg
- fakefedorainfra
- fakefedorainfra_stg
- dev_fakefedorainfra
- resultsdb
- resultsdb_stg
- resultsdb_dev
# These are normally group variables, but in this case db servers are often different
lvm_size: 300000
mem_size: 8192
num_cpus: 2
tcp_ports: [ 5432, 443 ]
fas_client_groups: sysadmin-qa,sysadmin-noc
# kernel SHMMAX value
kernel_shmmax: 68719476736
host_backup_targets: ['/backups']