diff --git a/inventory/host_vars/mirrorlist-serverbeach.fedoraproject.org b/inventory/host_vars/mirrorlist-serverbeach.fedoraproject.org index 9271f4fdbc..1ecf57a490 100644 --- a/inventory/host_vars/mirrorlist-serverbeach.fedoraproject.org +++ b/inventory/host_vars/mirrorlist-serverbeach.fedoraproject.org @@ -2,9 +2,19 @@ nm: 255.255.255.0 gw: 192.168.122.1 dns: 66.135.45.92 -ks_url: http://209.132.181.6/repo/rhel/ks/kvm-rhel-6 -ks_repo: http://209.132.181.6/repo/rhel/RHEL6-x86_64/ +ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-6 +ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL6-x86_64/ volgroup: /dev/vg_host eth0_ip: 192.168.122.2 vmhost: serverbeach10.fedoraproject.org datacenter: serverbeach + +# This uses a different virt-install due to wacky serverbeach network/setup +virt_install_command: /usr/sbin/virt-install -n {{ inventory_hostname }} -r {{ mem_size }} + --disk {{ volgroup }}/{{ inventory_hostname }} + --vcpus={{ num_cpus }} -l {{ ks_repo }} -x + "ksdevice=eth0 ks={{ ks_url }} ip={{ eth0_ip }} netmask={{ nm }} + gateway={{ gw }} dns={{ dns }} console=tty0 console=ttyS0 + hostname={{ inventory_hostname }}" + --autostart --noautoconsole +