Revert "buildvm-ppc64le: Try and see if default machine type works again with new fixed kernel."

This reverts commit 08319ee14ae6398dba6cf922489a47fb25c5e5d9.
This commit is contained in:
Kevin Fenzi 2019-12-05 19:54:15 +00:00 committed by Pierre-Yves Chibon
parent 784f9de037
commit 3415f9ffcd

View file

@ -127,7 +127,7 @@ virt_install_command_two_nic_unsafe: virt-install -n {{ inventory_hostname }}
--network bridge={{ nfs_bridge }},model=virtio,mac={{ mac_address1 }}
--autostart --noautoconsole --watchdog default --rng /dev/random
virt_install_command_ppc64le_two_nic_unsafe: virt-install -n {{ inventory_hostname }}
virt_install_command_ppc64le_two_nic_unsafe: virt-install --machine pseries-4.0 -n {{ inventory_hostname }}
--memory={{ mem_size }},maxmemory={{ max_mem_size }} --memballoon virtio
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }},cache=unsafe,io=threads
--vcpus={{ num_cpus }},maxvcpus={{ max_cpu }} -l {{ ks_repo }} -x