Modified the execution path back to edgex folder
As verifyedgex.sh was not getting triggered from
setup.sh script.
Taking the backup of edgex folder and then switching
back to that folder after yaml files are deployed
Signed-off-by: Abhijit Dasgupta <abhijit.das.gupta@huawei.com>
Change-Id: I7cdf82f3a8ab6f010657e5382dfa26f60632bec6
echo "Deploying Edgex Platform on IOT-Gateway Edge Node"
+edgexPath=`pwd`
git clone https://github.com/edgexfoundry-holding/edgex-kubernetes-support.git
cd edgex-kubernetes-support/releases/edinburgh/kubernetes
ls
kubectl create -k .
+cd ${edgexPath}
echo "-----------------------------------------------------------"
echo "Edgex platform PODs"
kubectl get pod