summaryrefslogtreecommitdiffstats
path: root/prototypes/xci/config/user-vars
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2017-03-28 15:20:43 +0200
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>2017-03-28 15:29:44 +0200
commitc13efa4b7ebd2b564c74d62056b3aa27848d5a07 (patch)
tree463dc698252ec2ebd29970bc9f6f9974f4c539b6 /prototypes/xci/config/user-vars
parentc580e947a59bc00996c6057c363f13e0398682a6 (diff)
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 <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'prototypes/xci/config/user-vars')
-rwxr-xr-xprototypes/xci/config/user-vars2
1 files changed, 2 insertions, 0 deletions
diff --git a/prototypes/xci/config/user-vars b/prototypes/xci/config/user-vars
index f29dda66f..b326f5ce7 100755
--- a/prototypes/xci/config/user-vars
+++ b/prototypes/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}