summaryrefslogtreecommitdiffstats
path: root/xci/config/user-vars
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2018-03-13 16:20:20 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-03-13 16:20:20 +0000
commit193e3c4784824d647541d079c54ab2d1460f9e88 (patch)
tree3224cda88e1d8f3e8756b2cc7745cbf358d46dee /xci/config/user-vars
parentc6ea45f88ce8c11e7b0e35b6d1c8cf233ebd556c (diff)
parent6514b1ac8b4cc5b98085776546077cd588d0739e (diff)
Merge changes from topics 'allow-pass-ansible-arguments', 'allow-pass-ansible-arguments-force-verify'
* changes: xci: OSA: Fix warning about missing inventory file xci: Pass the XCI_PATH variable to all Ansible calls xci: Rename XCI_ANSIBLE_VERBOSITY to XCI_ANSIBLE_PARAMS
Diffstat (limited to 'xci/config/user-vars')
-rwxr-xr-xxci/config/user-vars6
1 files changed, 2 insertions, 4 deletions
diff --git a/xci/config/user-vars b/xci/config/user-vars
index fadf7ccc..c3b11e8e 100755
--- a/xci/config/user-vars
+++ b/xci/config/user-vars
@@ -40,10 +40,8 @@ export INSTALLER_TYPE=${INSTALLER_TYPE:-osa}
# Set the verbosity for ansible
#
# Examples:
-# XCI_ANSIBLE_VERBOSITY="-v"
-# or
-# XCI_ANSIBLE_VERBOSITY="-vvvv"
-export XCI_ANSIBLE_VERBOSITY=${XCI_ANSIBLE_VERBOSITY:-""}
+# XCI_ANSIBLE_PARAMS="-v -e foo=bar"
+export XCI_ANSIBLE_PARAMS=${XCI_ANSIBLE_PARAMS:-""}
export RUN_TEMPEST=${RUN_TEMPEST:-false}
export CORE_OPENSTACK_INSTALL=${CORE_OPENSTACK_INSTALL:-false}
export BIFROST_USE_PREBUILT_IMAGES=${BIFROST_USE_PREBUILT_IMAGES:-false}