changes for centos updated to iotgateway blueprint
[eliot.git] / blueprints / iotgateway / scripts / setup.sh
index 638167b..8406c73 100755 (executable)
@@ -87,8 +87,7 @@ setup_k8smaster_centos()
   # Setup ELIOT Node
   setup_k8sworkers_centos
 
-  kubectl apply -f cni/calico/rbac.yaml
-  kubectl apply -f cni/calico/calico.yaml
+  kubectl apply -f cni/calico/v38/calico.yaml
 
 }
 
@@ -136,7 +135,7 @@ install_edgex(){
 verify_edgex()
 {
  set -o xtrace
- cd edgex && source verifyedgex.sh
+ source verifyedgex.sh | tee verifyedgex.log
 
 }