Increase default vCPU count to 2
This commit is contained in:
parent
06f81b8ad3
commit
9bc17f53d4
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# default resources for new vm
|
||||
dsk_size: 20
|
||||
mem_size: 1536
|
||||
num_cpus: 1
|
||||
num_cpus: 2
|
||||
|
||||
# extra args for virt-install
|
||||
ks_file: "{{ boot_url }}/ks/centos7.ks"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# default resources for new vm
|
||||
dsk_size: 20
|
||||
mem_size: 2048
|
||||
num_cpus: 1
|
||||
num_cpus: 2
|
||||
|
||||
# extra args for virt-install
|
||||
ks_file: "{{ boot_url }}/ks/centos8.ks"
|
||||
|
|
|
@ -13,7 +13,7 @@ tls_bundle: "{{ tls_certs }}/cert.pem"
|
|||
# default resources for new vm
|
||||
dsk_size: 10
|
||||
mem_size: 256
|
||||
num_cpus: 1
|
||||
num_cpus: 2
|
||||
|
||||
# extra args for virt-install
|
||||
virt_install_os_args: --cdrom {{ boot_url }}/openbsd/openbsd.iso
|
||||
|
|
Loading…
Add table
Reference in a new issue