diff options
author | Markos Chandras <mchandras@suse.de> | 2017-11-30 17:13:03 +0000 |
---|---|---|
committer | Markos Chandras <mchandras@suse.de> | 2017-12-01 09:28:00 +0000 |
commit | 1cfd0c6cdfd5919d269c651e1db455a16361b475 (patch) | |
tree | c1fb7bff1b4a142a898590271f844040b5543633 /xci/config | |
parent | de6d6ae606929edf65a26864adc257fee648d27e (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')
-rwxr-xr-x | xci/config/user-vars | 1 |
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 |