As expected, that failed. Go back to this and specify the bridge this time

This commit is contained in:
Kevin Fenzi 2015-02-18 16:52:34 +00:00
parent 8eb4ea0452
commit 3bbc7d99dd

View file

@ -1,10 +1,10 @@
---
nm: 255.255.255.0
gw: 66.135.32.65
gw: 192.168.122.1
dns: 8.8.8.8
volgroup: /dev/vg_host
eth0_ip: 66.135.62.187
eth0_ip: 192.168.122.2
vmhost: serverbeach07.fedoraproject.org
datacenter: serverbeach
@ -17,6 +17,7 @@ virt_install_command: virt-install -n {{ inventory_hostname }} -r {{ mem_size }}
"ksdevice=eth0 ks={{ ks_url }} ip={{ eth0_ip }} netmask={{ nm }}
gateway={{ gw }} dns={{ dns }} console=tty0 console=ttyS0
hostname={{ inventory_hostname }}"
--network bridge=virbr0,model=virtio
--autostart --noautoconsole
ks_url: http://209.132.181.6/repo/rhel/ks/kvm-rhel-7-ext