buildvm_ppc64le: for now build machines as pseries-4.0 as 4.1 (the default) doesn't work.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-11-16 22:55:57 +00:00 committed by Pierre-Yves Chibon
parent 20293b6603
commit 9d9734fa28
2 changed files with 2 additions and 2 deletions

View file

@ -115,7 +115,7 @@ virt_install_command_one_nic_unsafe: virt-install -n {{ inventory_hostname }}
--network bridge={{ main_bridge }},model=virtio,mac={{ mac_address }}
--autostart --noautoconsole --watchdog default --rng /dev/random --cpu host
virt_install_command_two_nic_unsafe: virt-install -n {{ inventory_hostname }}
virt_install_command_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

View file

@ -15,7 +15,7 @@ dns: 10.5.126.21
#
main_bridge: br1
nfs_bridge: br3
virt_install_command: "{{ virt_install_command_two_nic }} --graphics none"
virt_install_command: "{{ virt_install_command_two_nic_unsafe }} --graphics none"
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file