Scripts update to run rubbos on compass4nfv env
[bottlenecks.git] / rubbos / rubbos_scripts / 1-1-1 / scripts / env_preparation.sh
index 9bad405..6ecf483 100755 (executable)
@@ -8,7 +8,7 @@
 # http://www.apache.org/licenses/LICENSE-2.0
 ##############################################################################
 
-set -e
+set -ex
 
 RELENG_REPO=https://gerrit.opnfv.org/gerrit/releng
 RELENG_REPO_DIR=/tmp/opnfvrepo/releng
@@ -17,7 +17,7 @@ RELENG_REPO_DIR=/tmp/opnfvrepo/releng
 INSTALLER_TYPE=fuel
 INSTALLER_IP=10.20.0.2
 
-POD_NAME=opnfv-jump-2
+NODE_NAME=opnfv-jump-2
 EXTERNAL_NET=net04_ext
 
 echo "INFO: Creating openstack credentials .."
@@ -46,4 +46,5 @@ if [ "$INSTALLER_TYPE" == "fuel" ]; then
     fi
 fi
 
-export EXTERNAL_NET INSTALLER_TYPE POD_NAME
+export EXTERNAL_NET INSTALLER_TYPE NODE_NAME
+set +ex