Add max_mem_size and max_cpu to aarch64 OSBS stg

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2018-08-31 13:15:18 +02:00
parent 28db8c6655
commit 534ed650cb
2 changed files with 4 additions and 0 deletions

View file

@ -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]

View file

@ -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]