blob: 64b8fbf0cd9119f0fac3b9402ac4f1607ee7d787 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
---
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-7
ks_repo: http://10.5.126.23/repo/rhel/RHEL7-x86_64/
volgroup: /dev/VirtGuests
eth0_ip: 10.5.124.143
eth0_nm: 255.255.255.128
vmhost: virthost-comm03.qa.fedoraproject.org
datacenter: phx2
# This is a generic list, monitored by collectd
databases:
- resultsdb
# This is a more strict list, to be made publicly available
dbs_to_backup:
- postgres
- resultsdb
# These are normally group variables, but in this case db servers are often different
lvm_size: 300000
mem_size: 8192
max_mem_size: "{{ mem_size * 2 }}"
num_cpus: 2
tcp_ports: [ 5432, 443, 3306 ]
fas_client_groups: sysadmin-qa,sysadmin-noc,sysadmin-veteran
# kernel SHMMAX value
kernel_shmmax: 68719476736
host_backup_targets: ['/backups']
shared_buffers: "2GB"
effective_cache_size: "6GB"
|