summaryrefslogtreecommitdiffstats
path: root/xci/config/user-vars
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2017-11-30 17:13:03 +0000
committerMarkos Chandras <mchandras@suse.de>2017-12-01 09:28:00 +0000
commit1cfd0c6cdfd5919d269c651e1db455a16361b475 (patch)
treec1fb7bff1b4a142a898590271f844040b5543633 /xci/config/user-vars
parentde6d6ae606929edf65a26864adc257fee648d27e (diff)
xci: Allow variable overrides from external scenarios
All scenarios are being cloned to XCI_SCENARIOS_CACHE so look there for the various override files. This will allow external scenarios to influence the XCI environment. Change-Id: I39a48ce55baaa29d09737ce6232867ef1165f099 Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'xci/config/user-vars')
-rwxr-xr-xxci/config/user-vars1
1 files changed, 1 insertions, 0 deletions
diff --git a/xci/config/user-vars b/xci/config/user-vars
index e9980e34..14c0ca45 100755
--- a/xci/config/user-vars
+++ b/xci/config/user-vars
@@ -35,6 +35,7 @@ export OPENSTACK_OSA_OPENRC_PATH="${XCI_DEVEL_ROOT}/openstack-ansible-openstack_
export OPENSTACK_BIFROST_PATH="${XCI_DEVEL_ROOT}/bifrost"
export OPENSTACK_OSA_PATH="${XCI_DEVEL_ROOT}/openstack-ansible"
export OPNFV_SSH_HOST_KEYS_PATH="${XCI_DEVEL_ROOT}/ssh_host_keys"
+export XCI_SCENARIOS_CACHE="${XCI_PATH}/.cache/repos/scenarios"
#-------------------------------------------------------------------------------
# Set the playbook to use for OpenStack deployment