summaryrefslogtreecommitdiffstats
path: root/xci/config/user-vars
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2017-03-28 19:02:19 +0200
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2017-08-11 12:56:12 -0700
commit22045fd32c3aa826b98a4050e03f8e8dfbb3817e (patch)
treed4ac69ae86c53e0c67adca7a2bb7313b1f2fed8f /xci/config/user-vars
parentab6b1122c0a441101085066b7ad878de27c3df69 (diff)
xci: Rename the deployment host to opnfv
Reflect the changes to other impacted files as well. Change-Id: I106f4e47fe5c75d288f4878fe6ec9f8ff39c652e Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'xci/config/user-vars')
-rwxr-xr-xxci/config/user-vars10
1 files changed, 5 insertions, 5 deletions
diff --git a/xci/config/user-vars b/xci/config/user-vars
index b326f5ce..75ea7016 100755
--- a/xci/config/user-vars
+++ b/xci/config/user-vars
@@ -2,10 +2,10 @@
# Set Deployment Flavor
#-------------------------------------------------------------------------------
# OPNFV XCI currently supports 4 different types of flavors:
-# - all in one (aio): 1 xci VM which acts as controller and compute node
-# - mini: 3 VMs, 1 xci VM, 1 controller, and 1 compute nodes
-# - noha: 4 VMs, 1 xci VM, 1 controller, and 2 compute nodes
-# - ha: 6 VMs, 1 xci VM, 3 controllers, and 2 compute nodes
+# - all in one (aio): 1 opnfv VM which acts as controller and compute node
+# - mini: 3 VMs, 1 opnfv VM deployment host, 1 controller, and 1 compute nodes
+# - noha: 4 VMs, 1 opnfv VM deployment host, 1 controller, and 2 compute nodes
+# - ha: 6 VMs, 1 opnfv VM deployment host, 3 controllers, and 2 compute nodes
#
# Apart from having different number of nodes, CPU, RAM, and disk allocations
# also differ from each other. Please take a look at the env-vars files for
@@ -42,5 +42,5 @@ export OPENSTACK_OSA_PATH=/opt/openstack-ansible
# or
# ANSIBLE_VERBOSITY="-vvvv"
export ANSIBLE_VERBOSITY=${ANSIBLE_VERBOSITY-""}
-export LOG_PATH=${LOG_PATH:-/opt/xci/logs}
+export LOG_PATH=${LOG_PATH:-/opt/opnfv/logs}
export RUN_TEMPEST=${RUN_TEMPEST:-false}