summaryrefslogtreecommitdiffstats
path: root/prototypes/xci/config/user-vars
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2017-06-19 10:35:22 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-06-19 10:35:22 +0000
commitf25dd3b80ec0425684057a30302e8c15827c4e93 (patch)
treec804f0897745e8a8fa19bc194a93770aa3961397 /prototypes/xci/config/user-vars
parentba53f5c4a3004b05281079dfe75ff3ab8719c237 (diff)
parent0bd432aa2b6ef044d0c1f1081000a5ddf727235b (diff)
Merge "Define an extra vars path and copy into playbooks"
Diffstat (limited to 'prototypes/xci/config/user-vars')
-rwxr-xr-xprototypes/xci/config/user-vars3
1 files changed, 3 insertions, 0 deletions
diff --git a/prototypes/xci/config/user-vars b/prototypes/xci/config/user-vars
index 5ed539627..fd11a5845 100755
--- a/prototypes/xci/config/user-vars
+++ b/prototypes/xci/config/user-vars
@@ -56,3 +56,6 @@ export LOG_PATH=${LOG_PATH:-${XCI_DEVEL_ROOT}/opnfv/logs}
export RUN_TEMPEST=${RUN_TEMPEST:-false}
# Set this to to true to force XCI to re-create the target OS images
export CLEAN_DIB_IMAGES=${CLEAN_DIB_IMAGES:-false}
+# Set this to a full path pointing to extra config files (containing
+# group_vars/all)
+export XCI_EXTRA_VARS_PATH=${XCI_EXTRA_VARS_PATH:-""}