summaryrefslogtreecommitdiffstats
path: root/inventory/host_vars/db-qa-stg01.qa.fedoraproject.org
blob: e6a0c103dc62c609546daf761ce27bf6ad2344d0 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
############################################################
# general
############################################################

datacenter: phx2
fas_client_groups: sysadmin-qa,sysadmin-noc,sysadmin-veteran


############################################################
# networking
############################################################

nm: 255.255.255.0
gw: 10.5.124.254
dns: 10.5.126.21
eth0_ip: 10.5.124.145
eth0_nm: 255.255.255.128


############################################################
# install
############################################################

ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-24
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/24/Server/x86_64/os/
volgroup: /dev/vg_guests
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
vmhost: virthost-comm04.qa.fedoraproject.org


############################################################
# virtual machine
############################################################

# 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 ]


############################################################
# database details
############################################################

# This is a generic list, monitored by collectd
databases:
- postgres
#- resultsdb

# This is a more strict list, to be made publicly available
#dbs_to_backup:
#- postgres
#- buildmaster
#- buildmaster_dev
#- buildmaster_stg
#- execdb
#- execdb_stg
#- execdb_dev
## these names are also stored as host vars 'openqa_dbname',
## make sure to keep in sync
#- openqa
#- openqa-stg
#- resultsdb
#- resultsdb_stg
#- resultsdb_dev


# kernel SHMMAX value
kernel_shmmax: 68719476736

host_backup_targets: ['/backups']
shared_buffers: "2GB"
effective_cache_size: "6GB"