Add max_mem_size and max_cpu to aarch64 OSBS stg
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
28db8c6655
commit
534ed650cb
2 changed files with 4 additions and 0 deletions
|
@ -2,7 +2,9 @@
|
|||
# Define resources for this group of hosts here.
|
||||
lvm_size: 60000
|
||||
mem_size: 8192
|
||||
max_mem_size: "{{ mem_size }}"
|
||||
num_cpus: 2
|
||||
max_cpu: "{{ num_cpus }}"
|
||||
virt_install_command: "{{ virt_install_command_aarch64_one_nic }}"
|
||||
|
||||
tcp_ports: [ 80, 443, 8443]
|
||||
|
|
|
@ -2,7 +2,9 @@
|
|||
# Define resources for this group of hosts here.
|
||||
lvm_size: 60000
|
||||
mem_size: 8192
|
||||
max_mem_size: "{{ mem_size }}"
|
||||
num_cpus: 2
|
||||
max_cpu: "{{ num_cpus }}"
|
||||
virt_install_command: "{{ virt_install_command_aarch64_one_nic }}"
|
||||
|
||||
tcp_ports: [ 80, 443, 8443, 10250]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue