From c13efa4b7ebd2b564c74d62056b3aa27848d5a07 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 --- prototypes/xci/config/noha-vars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prototypes/xci/config/noha-vars') diff --git a/prototypes/xci/config/noha-vars b/prototypes/xci/config/noha-vars index 7f686e5e5..22c68feeb 100755 --- a/prototypes/xci/config/noha-vars +++ b/prototypes/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