As expected, that failed. Go back to this and specify the bridge this time
This commit is contained in:
parent
8eb4ea0452
commit
3bbc7d99dd
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue