Add a db-qa01.qa instance
This commit is contained in:
parent
241b37ecfb
commit
5e7a0897bd
3 changed files with 31 additions and 2 deletions
27
inventory/host_vars/db-qa01.qa.fedoraproject.org
Normal file
27
inventory/host_vars/db-qa01.qa.fedoraproject.org
Normal file
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
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:
|
||||
#- datanommer
|
||||
|
||||
# This is a more strict list, to be made publicly available
|
||||
#dbs_to_backup:
|
||||
#- datanommer
|
||||
|
||||
#host_backup_targets: ['/backups']
|
||||
|
||||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue