X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=prototypes%2Fxci%2Fconfig%2Fuser-vars;h=5ed5396272a72a6a2d8892be3a0240f763a70dc3;hb=ad5ee11ce822e0ba69eeaf36dc14512098f2b8b6;hp=d910405a771e38534146f52232bb84cccfb0d02c;hpb=7ec35d47f4130e06f9ce3b577eb5b1961a166b2c;p=releng.git diff --git a/prototypes/xci/config/user-vars b/prototypes/xci/config/user-vars index d910405a7..5ed539627 100755 --- a/prototypes/xci/config/user-vars +++ b/prototypes/xci/config/user-vars @@ -28,9 +28,11 @@ export XCI_FLAVOR=${XCI_FLAVOR:-aio} # OPNFV XCI Sandbox is not verified to be used as non-root user as of yet so # changing these paths might break things. #------------------------------------------------------------------------------- -export OPNFV_RELENG_PATH=/opt/releng -export OPENSTACK_BIFROST_PATH=/opt/bifrost -export OPENSTACK_OSA_PATH=/opt/openstack-ansible +export XCI_DEVEL_ROOT=${XCI_DEVEL_ROOT:-"/tmp/.xci-deploy-env"} +export OPNFV_RELENG_PATH="${XCI_DEVEL_ROOT}/releng" +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" #------------------------------------------------------------------------------- # Set the playbook to use for OpenStack deployment @@ -50,5 +52,7 @@ export OPNFV_OSA_PLAYBOOK=${OPNFV_OSA_PLAYBOOK:-"$OPENSTACK_OSA_PATH/playbooks/s # or # ANSIBLE_VERBOSITY="-vvvv" export ANSIBLE_VERBOSITY=${ANSIBLE_VERBOSITY-""} -export LOG_PATH=${LOG_PATH:-/opt/opnfv/logs} +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}