ok. This might work for sb installs.

This commit is contained in:
Kevin Fenzi 2014-03-28 17:57:07 +00:00
parent f784401d10
commit c6ef1dcc1f

View file

@ -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