Move tools.sh to ci/common dir 63/39863/1
authorMartin Kulhavy <martin.kulhavy@nokia.com>
Tue, 22 Aug 2017 11:07:07 +0000 (14:07 +0300)
committerMartin Kulhavy <martin.kulhavy@nokia.com>
Tue, 22 Aug 2017 11:07:07 +0000 (14:07 +0300)
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>
ci/03-maasdeploy.sh
ci/cleanvm.sh
ci/common/tools.sh [moved from ci/tools.sh with 100% similarity]
ci/deploy.sh
ci/openstack.sh
ci/setupproxy.sh

index fb599e6..988ea83 100755 (executable)
@@ -2,7 +2,7 @@
 #placeholder for deployment script.
 set -ex
 
-source tools.sh
+source common/tools.sh
 
 
 usage() {
index 8d6fe88..0fa6b86 100755 (executable)
@@ -2,7 +2,7 @@
 
 set -x
 
-source tools.sh
+source common/tools.sh
 
 echo_info "Cleanup Started..."
 
similarity index 100%
rename from ci/tools.sh
rename to ci/common/tools.sh
index 8a08f57..066b457 100755 (executable)
@@ -2,7 +2,7 @@
 
 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
index 0e2f9e4..151e60e 100755 (executable)
@@ -8,7 +8,7 @@
 
 set -ex
 
-source tools.sh
+source common/tools.sh
 
 #./openstack.sh "$opnfvsdn" "$opnfvlab" "$opnfvdistro" "$openstack" || true
 
index 61eabcd..913252f 100644 (file)
@@ -28,7 +28,7 @@
 ##############################################################################
 
 # Imports
-source tools.sh
+source common/tools.sh
 
 # Halt on error
 set -e