From 534ed650cb988e7d0298ce67fb9385ee8e9d352f Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Fri, 31 Aug 2018 13:15:18 +0200 Subject: [PATCH] Add max_mem_size and max_cpu to aarch64 OSBS stg Signed-off-by: Clement Verna --- inventory/group_vars/osbs-aarch64-masters-stg | 2 ++ inventory/group_vars/osbs-aarch64-nodes-stg | 2 ++ 2 files changed, 4 insertions(+) diff --git a/inventory/group_vars/osbs-aarch64-masters-stg b/inventory/group_vars/osbs-aarch64-masters-stg index bbe1e71286..05730c04fe 100644 --- a/inventory/group_vars/osbs-aarch64-masters-stg +++ b/inventory/group_vars/osbs-aarch64-masters-stg @@ -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] diff --git a/inventory/group_vars/osbs-aarch64-nodes-stg b/inventory/group_vars/osbs-aarch64-nodes-stg index 3d83598bf2..e73ad3c446 100644 --- a/inventory/group_vars/osbs-aarch64-nodes-stg +++ b/inventory/group_vars/osbs-aarch64-nodes-stg @@ -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]