2013-07-24 22:15:22 +00:00
|
|
|
---
|
|
|
|
# common items for the releng-* boxes
|
|
|
|
lvm_size: 50000
|
|
|
|
mem_size: 4096
|
|
|
|
num_cpus: 4
|
|
|
|
# for systems that do not match the above - specify the same parameter in
|
|
|
|
# the host_vars/$hostname file
|
|
|
|
|
2014-06-19 20:59:17 +00:00
|
|
|
tcp_ports: [ 80, 443, 9989 ]
|
2013-07-24 22:15:22 +00:00
|
|
|
fas_client_groups: sysadmin-qa
|
|
|
|
nrpe_procs_warn: 250
|
|
|
|
nrpe_procs_crit: 300
|
2013-08-30 19:59:20 +00:00
|
|
|
|
2014-01-01 22:22:38 +00:00
|
|
|
virt_install_command: /usr/sbin/virt-install -n {{ inventory_hostname }} -r {{ mem_size }}
|
|
|
|
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }}
|
2014-04-07 21:19:37 +00:00
|
|
|
--vcpus={{ num_cpus }} -l {{ ks_repo }} -x
|
2014-01-01 22:22:38 +00:00
|
|
|
"ksdevice=eth0 ks={{ ks_url }} console=tty0 console=ttyS0
|
|
|
|
hostname={{ inventory_hostname }} nameserver={{ dns }}
|
|
|
|
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none"
|
2013-08-30 19:59:20 +00:00
|
|
|
--network=bridge=br0,model=virtio --autostart --noautoconsole
|