diff options
author | 2017-03-28 15:20:43 +0200 | |
---|---|---|
committer | 2017-03-28 15:29:44 +0200 | |
commit | c13efa4b7ebd2b564c74d62056b3aa27848d5a07 (patch) | |
tree | 463dc698252ec2ebd29970bc9f6f9974f4c539b6 /prototypes/xci/config/user-vars | |
parent | c580e947a59bc00996c6057c363f13e0398682a6 (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-x | prototypes/xci/config/user-vars | 2 |
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} |