This file is only sourced by other script and is not meant to be
executed (contains only functions).
Change-Id: I41253b73f720e4b7e987c5164901253c7e51ee8b
Signed-off-by: Martin Kulhavy <martin.kulhavy@nokia.com>
#placeholder for deployment script.
set -ex
-source tools.sh
+source common/tools.sh
usage() {
set -x
-source tools.sh
+source common/tools.sh
echo_info "Cleanup Started..."
set -ex
-source tools.sh
+source common/tools.sh
#need to put multiple cases here where decide this bundle to deploy by default use the odl bundle.
# Below parameters are the default and we can according the release
set -ex
-source tools.sh
+source common/tools.sh
#./openstack.sh "$opnfvsdn" "$opnfvlab" "$opnfvdistro" "$openstack" || true
##############################################################################
# Imports
-source tools.sh
+source common/tools.sh
# Halt on error
set -e