From: Abhijit Dasgupta Date: Tue, 12 Nov 2019 08:52:02 +0000 (+0000) Subject: Modified the path X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=bd227237d3add47537e9f879cad303c0742fcbf1;p=eliot.git Modified the path 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 Change-Id: I7cdf82f3a8ab6f010657e5382dfa26f60632bec6 --- diff --git a/blueprints/iotgateway/scripts/edgex/edgexonk8s.sh b/blueprints/iotgateway/scripts/edgex/edgexonk8s.sh index f7171e1..22dd90c 100755 --- a/blueprints/iotgateway/scripts/edgex/edgexonk8s.sh +++ b/blueprints/iotgateway/scripts/edgex/edgexonk8s.sh @@ -13,10 +13,12 @@ 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