global vars: Try armv7 install without virtio net

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-10-04 22:40:57 +00:00 committed by Pierre-Yves Chibon
parent c96aaa1e79
commit ec84a80f91

View file

@ -134,7 +134,7 @@ virt_install_command_armv7_one_nic: virt-install -n {{ inventory_hostname }} --a
'net.ifnames=0 ksdevice=eth0 ks={{ ks_url }} console=tty0 console=ttyAMA0
hostname={{ inventory_hostname }} nameserver={{ dns }}
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none'
--network bridge={{ main_bridge }},model=virtio
--network bridge={{ main_bridge }}
--autostart --noautoconsole --rng /dev/random
virt_install_command_s390x_one_nic: virt-install -n {{ inventory_hostname }}