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/user-vars | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xci/config/user-vars') diff --git a/xci/config/user-vars b/xci/config/user-vars index f29dda66..b326f5ce 100755 --- a/xci/config/user-vars +++ b/xci/config/user-vars @@ -42,3 +42,5 @@ export OPENSTACK_OSA_PATH=/opt/openstack-ansible # or # ANSIBLE_VERBOSITY="-vvvv" export ANSIBLE_VERBOSITY=${ANSIBLE_VERBOSITY-""} +export LOG_PATH=${LOG_PATH:-/opt/xci/logs} +export RUN_TEMPEST=${RUN_TEMPEST:-false} -- cgit 1.2.3-korg