X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=blueprints%2Fiotgateway%2Fscripts%2Fsetup.sh;h=41f845a385979c40d00ca24eac0991aa1f8c19fa;hb=21d76c6999be0e33881c027411500b502139e343;hp=98fb8e947ff7fe07eda9b4d9d530895de0c61559;hpb=8c1c2bc70b32be1bc0a66ccf58ff87feb1589593;p=eliot.git diff --git a/blueprints/iotgateway/scripts/setup.sh b/blueprints/iotgateway/scripts/setup.sh index 98fb8e9..41f845a 100755 --- a/blueprints/iotgateway/scripts/setup.sh +++ b/blueprints/iotgateway/scripts/setup.sh @@ -165,7 +165,7 @@ install_prometheus(){ install_opcua_centos(){ set -o xtrace - INSTALL_OPCUA_ATEDGE="cd eliot/blueprints/iotgateway/scripts/opcua/ && source install.sh" + INSTALL_OPCUA_ATEDGE="cd eliot/blueprints/iotgateway/scripts/opc-ua/ && source install.sh" while read line do nodeinfo="${line}" @@ -186,6 +186,8 @@ then exit 0 fi +setupPath=`pwd` + if [[ $OSPLATFORM = *CentOS* ]]; then setup_k8smaster_centos else @@ -204,8 +206,14 @@ install_edgex sleep 20 verify_edgex + +# Installing hawkbit through docker container +chmod +x hawkbit.sh +nohup ./hawkbit.sh + # Installing OPC-UA on IOT Gateway Node +cd ${setupPath} if [[ $OSPLATFORM = *CentOS* ]]; then install_opcua_centos fi