2014-06-05 02:28:10 +00:00
|
|
|
---
|
|
|
|
nm: 255.255.255.0
|
|
|
|
gw: 10.5.124.254
|
|
|
|
dns: 10.5.126.21
|
2015-01-30 22:09:11 +00:00
|
|
|
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/
|
2014-06-05 02:28:10 +00:00
|
|
|
volgroup: /dev/VirtGuests
|
|
|
|
eth0_ip: 10.5.124.144
|
2016-02-02 20:11:24 +00:00
|
|
|
eth0_nm: 255.255.255.128
|
2016-07-25 21:38:50 +00:00
|
|
|
vmhost: virthost-comm03.qa.fedoraproject.org
|
2014-06-05 02:28:10 +00:00
|
|
|
datacenter: phx2
|
|
|
|
|
|
|
|
# This is a generic list, monitored by collectd
|
2014-06-05 02:46:46 +00:00
|
|
|
databases:
|
|
|
|
- postgres
|
2015-11-11 20:35:39 +00:00
|
|
|
- buildmaster
|
|
|
|
- execdb
|
2016-04-06 09:19:37 -07:00
|
|
|
- openqa
|
2015-11-11 20:35:39 +00:00
|
|
|
- resultsdb
|
2014-06-05 02:28:10 +00:00
|
|
|
|
|
|
|
# This is a more strict list, to be made publicly available
|
2014-07-30 21:31:00 +00:00
|
|
|
dbs_to_backup:
|
2014-06-05 02:46:46 +00:00
|
|
|
- postgres
|
2014-07-30 21:31:00 +00:00
|
|
|
- buildmaster
|
|
|
|
- buildmaster_dev
|
|
|
|
- buildmaster_stg
|
2015-11-11 20:35:39 +00:00
|
|
|
- execdb
|
2015-04-01 18:27:19 +00:00
|
|
|
- execdb_stg
|
2015-03-23 16:11:55 +00:00
|
|
|
- execdb_dev
|
2016-04-06 09:19:37 -07:00
|
|
|
# these names are also stored as host vars 'openqa_dbname',
|
|
|
|
# make sure to keep in sync
|
|
|
|
- openqa
|
|
|
|
- openqa-stg
|
2014-07-30 21:31:00 +00:00
|
|
|
- resultsdb
|
|
|
|
- resultsdb_stg
|
|
|
|
- resultsdb_dev
|
2014-06-05 02:28:10 +00:00
|
|
|
|
2015-01-31 01:35:47 +00:00
|
|
|
mariadb_root_password: "{{ dbqa01_mysql_root_password }}"
|
|
|
|
|
2014-06-05 02:28:10 +00:00
|
|
|
# These are normally group variables, but in this case db servers are often different
|
|
|
|
lvm_size: 300000
|
|
|
|
mem_size: 8192
|
|
|
|
num_cpus: 2
|
2015-02-02 04:18:36 +00:00
|
|
|
tcp_ports: [ 5432, 443, 3306 ]
|
2016-05-17 00:18:04 +00:00
|
|
|
fas_client_groups: sysadmin-qa,sysadmin-noc,sysadmin-veteran
|
2018-03-27 15:58:07 +00:00
|
|
|
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
2014-09-29 16:32:49 +02:00
|
|
|
|
|
|
|
# kernel SHMMAX value
|
|
|
|
kernel_shmmax: 68719476736
|
2014-10-12 16:38:45 +00:00
|
|
|
|
2017-10-05 22:16:08 +00:00
|
|
|
db_backup_dir: ['/backups']
|
2016-04-01 23:32:00 +00:00
|
|
|
shared_buffers: "2GB"
|
|
|
|
effective_cache_size: "6GB"
|
2018-02-20 22:02:06 +00:00
|
|
|
host_backup_targets: ['/backups']
|