From ab6b1122c0a441101085066b7ad878de27c3df69 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Tue, 28 Mar 2017 15:20:43 +0200 Subject: xci: Add/update variables to tool, user, and flavors Updates - RAM allocations for the flavors mini and noha increased to 12GB. - Distro variables introduced to tool as it will be used by the CI and the developers. - LOG_PATH and RUN_TEMPEST are now available in user variables. Change-Id: I4a73d7b79761d81f605cdb3fa9771ca40e9f9f02 Signed-off-by: Fatih Degirmenci --- xci/config/noha-vars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xci/config/noha-vars') diff --git a/xci/config/noha-vars b/xci/config/noha-vars index 7f686e5e..22c68fee 100755 --- a/xci/config/noha-vars +++ b/xci/config/noha-vars @@ -14,5 +14,5 @@ export TEST_VM_NODE_NAMES="xci controller00 compute00 compute01" export VM_DOMAIN_TYPE=kvm export VM_CPU=8 export VM_DISK=80 -export VM_MEMORY_SIZE=8192 +export VM_MEMORY_SIZE=12288 export VM_DISK_CACHE=unsafe -- cgit 1.2.3-korg