fixing vars for db-qa02.qa
This commit is contained in:
parent
5aa9753600
commit
5462f64ef3
1 changed files with 1 additions and 19 deletions
|
@ -5,37 +5,19 @@ dns: 10.5.126.21
|
||||||
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-rhel-7
|
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/
|
ks_repo: http://10.5.126.23/repo/rhel/RHEL7-x86_64/
|
||||||
volgroup: /dev/VirtGuests
|
volgroup: /dev/VirtGuests
|
||||||
eth0_ip: 10.5.124.144
|
eth0_ip: 10.5.124.143
|
||||||
eth0_nm: 255.255.255.128
|
eth0_nm: 255.255.255.128
|
||||||
vmhost: virthost-comm03.qa.fedoraproject.org
|
vmhost: virthost-comm03.qa.fedoraproject.org
|
||||||
datacenter: phx2
|
datacenter: phx2
|
||||||
|
|
||||||
# This is a generic list, monitored by collectd
|
# This is a generic list, monitored by collectd
|
||||||
databases:
|
databases:
|
||||||
- postgres
|
|
||||||
- buildmaster
|
|
||||||
- execdb
|
|
||||||
- openqa
|
|
||||||
- resultsdb
|
- resultsdb
|
||||||
|
|
||||||
# This is a more strict list, to be made publicly available
|
# This is a more strict list, to be made publicly available
|
||||||
dbs_to_backup:
|
dbs_to_backup:
|
||||||
- postgres
|
- 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
|
||||||
- resultsdb_stg
|
|
||||||
- resultsdb_dev
|
|
||||||
|
|
||||||
mariadb_root_password: "{{ dbqa01_mysql_root_password }}"
|
|
||||||
|
|
||||||
# These are normally group variables, but in this case db servers are often different
|
# These are normally group variables, but in this case db servers are often different
|
||||||
lvm_size: 300000
|
lvm_size: 300000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue