fix max_cpu var for buildvm-aarch64
This commit is contained in:
parent
e8151c0fa6
commit
2566aee54b
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
# common items for the buildvm-aarch64aarch64* koji builders
|
||||
# common items for the buildvm-aarch64* koji builders
|
||||
volgroup: /dev/vg_Server
|
||||
lvm_size: 150000
|
||||
mem_size: 24576
|
||||
max_mem_size: "{{ mem_size }}"
|
||||
num_cpus: 4
|
||||
maxvcpus: "{{ num_cpus }}"
|
||||
max_cpu: "{{ num_cpus }}"
|
||||
ks_url: http://10.5.126.23/repo/rhel/ks/buildvm-fedora-24-aarch64
|
||||
ks_repo: http://10.5.126.23/pub/fedora-secondary/releases/24/Everything/aarch64/os/
|
||||
nm: 255.255.255.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue