buildvm / arm / staging: adjust memory and cpus and disk to match prod.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
d7c69fe880
commit
aab66b98d3
2 changed files with 8 additions and 6 deletions
|
@ -1,10 +1,11 @@
|
|||
---
|
||||
# common items for the buildvm-* koji builders
|
||||
volgroup: /dev/vg_guests
|
||||
lvm_size: 150000
|
||||
mem_size: 10240
|
||||
lvm_size: 140000
|
||||
mem_size: 40960
|
||||
max_mem_size: "{{ mem_size }}"
|
||||
num_cpus: 4
|
||||
num_cpus: 5
|
||||
max_cpu: "{{ num_cpus }}"
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-aarch64-iad2
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/aarch64/os/
|
||||
nm: 255.255.255.0
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
---
|
||||
# common items for the buildvm-* koji builders
|
||||
volgroup: /dev/vg_guests
|
||||
lvm_size: 150000
|
||||
mem_size: 10240
|
||||
lvm_size: 140000
|
||||
mem_size: 24000
|
||||
max_mem_size: "{{ mem_size }}"
|
||||
num_cpus: 4
|
||||
num_cpus: 5
|
||||
max_cpu: "{{ num_cpus }}"
|
||||
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/32/Server/armhfp/os/
|
||||
nm: 255.255.255.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue