Switch taskbot over to a f19 instance.

This commit is contained in:
Kevin Fenzi 2013-08-30 19:59:20 +00:00
parent 5b55bdd257
commit f0c68a4a82
2 changed files with 10 additions and 2 deletions

View file

@ -10,3 +10,11 @@ tcp_ports: [ 80, 443 ]
fas_client_groups: sysadmin-qa
nrpe_procs_warn: 250
nrpe_procs_crit: 300
virt_install_command: /usr/sbin/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}
ip=${eth0_ip}::${gw}:${nm}:${inventory_hostname}:eth0:none"
--network=bridge=br0,model=virtio --autostart --noautoconsole

View file

@ -2,8 +2,8 @@
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/
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-19
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/19/Fedora/x86_64/os/
volgroup: /dev/Guests00
eth0_ip: 10.5.124.230
vmhost: virthost-comm01.qa.fedoraproject.org