buildvm-armv7-01: switch back to f29 and also pass --machine 2.11 to work around bug
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
f7c7ad0ae2
commit
e60e314a41
2 changed files with 1 additions and 3 deletions
|
@ -135,7 +135,7 @@ virt_install_command_armv7_one_nic: virt-install -n {{ inventory_hostname }} --a
|
|||
hostname={{ inventory_hostname }} nameserver={{ dns }}
|
||||
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none'
|
||||
--network bridge={{ main_bridge }}
|
||||
--autostart --noautoconsole --rng /dev/random
|
||||
--autostart --noautoconsole --rng /dev/random --machine 2.11
|
||||
|
||||
virt_install_command_s390x_one_nic: virt-install -n {{ inventory_hostname }}
|
||||
--memory={{ mem_size }},maxmemory={{ max_mem_size }} --memballoon virtio
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
---
|
||||
vmhost: buildvmhost-aarch64-10.arm.fedoraproject.org
|
||||
eth0_ip: 10.5.129.131
|
||||
ks_url: http://10.5.126.23/repo/rhel/ks/buildvm-fedora-30-armv7
|
||||
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/30/Server/armhfp/os/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue