2015-11-06 23:11:50 +00:00
|
|
|
---
|
|
|
|
############################################################
|
|
|
|
# networking
|
|
|
|
############################################################
|
|
|
|
|
|
|
|
nm: 255.255.255.0
|
|
|
|
gw: 10.5.131.254
|
|
|
|
dns: 10.5.126.21
|
|
|
|
eth0_ip: 10.5.131.72
|
|
|
|
|
|
|
|
############################################################
|
|
|
|
# install
|
|
|
|
############################################################
|
|
|
|
|
2015-11-13 19:21:50 +00:00
|
|
|
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-23-openqa
|
2015-11-06 23:11:50 +00:00
|
|
|
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/23/Server/x86_64/os/
|
2015-11-13 19:40:52 +00:00
|
|
|
volgroup: /dev/vg_guests
|
2015-11-13 19:21:50 +00:00
|
|
|
vmhost: virthost-comm04.qa.fedoraproject.org
|
2015-11-06 23:11:50 +00:00
|
|
|
datacenter: phx2
|
|
|
|
|
|
|
|
############################################################
|
|
|
|
# virtual machine
|
|
|
|
############################################################
|
|
|
|
|
|
|
|
fas_client_groups: sysadmin-qa,sysadmin-main,fi-apprentice
|
|
|
|
|
2015-11-13 19:21:50 +00:00
|
|
|
lvm_size: 768000
|
2015-11-06 23:11:50 +00:00
|
|
|
mem_size: 4096
|
|
|
|
num_cpus: 4
|
|
|
|
|
|
|
|
nrpe_procs_warn: 250
|
|
|
|
nrpe_procs_crit: 300
|
|
|
|
|
|
|
|
virt_install_command: /usr/bin/virt-install -n {{ inventory_hostname }} -r {{ mem_size }}
|
|
|
|
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }}
|
|
|
|
--vcpus={{ num_cpus }} -l {{ ks_repo }} -x
|
|
|
|
"ksdevice=eth0 ks={{ ks_url }} console=tty0 console=ttyS0
|
|
|
|
hostname={{ inventory_hostname }} nameserver={{ dns }}
|
2015-11-13 19:21:50 +00:00
|
|
|
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none
|
|
|
|
net.ifnames=0"
|
2015-11-06 23:11:50 +00:00
|
|
|
--network=bridge=br0,model=virtio --autostart --noautoconsole
|