Try and install 32bit arm builders in stg with uefi and f32 and f32 release kernel

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-01-24 17:25:50 -08:00
parent 4cb77b2966
commit c8031223fb
2 changed files with 4 additions and 4 deletions

View file

@ -213,7 +213,7 @@ virt_install_command_armv7_one_nic_unsafe: virt-install -n {{ inventory_hostname
hostname={{ inventory_hostname }} nameserver={{ dns }} hostname={{ inventory_hostname }} nameserver={{ dns }}
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none' ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none'
--network bridge={{ main_bridge }} --network bridge={{ main_bridge }}
--autostart --noautoconsole --rng /dev/random --qemu-commandline="-machine highmem=off" --autostart --noautoconsole --rng /dev/random
virt_install_command_s390x_one_nic: virt-install -n {{ inventory_hostname }} virt_install_command_s390x_one_nic: virt-install -n {{ inventory_hostname }}
--memory={{ mem_size }},maxmemory={{ max_mem_size }} --memballoon virtio --memory={{ mem_size }},maxmemory={{ max_mem_size }} --memballoon virtio

View file

@ -2,12 +2,12 @@
# common items for the buildvm-* koji builders # common items for the buildvm-* koji builders
volgroup: /dev/vg_guests volgroup: /dev/vg_guests
lvm_size: 140000 lvm_size: 140000
mem_size: 24000 mem_size: 40000
max_mem_size: "{{ mem_size }}" max_mem_size: "{{ mem_size }}"
num_cpus: 5 num_cpus: 5
max_cpu: "{{ num_cpus }}" max_cpu: "{{ num_cpus }}"
ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-33-armv7 ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-armv7-iad2
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/33/Server/armhfp/os/ ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/armhfp/os/
nm: 255.255.255.0 nm: 255.255.255.0
gw: 10.3.167.254 gw: 10.3.167.254
dns: 10.3.163.33 dns: 10.3.163.33