IOT Gateway Blueprint Setup 20/1920/1
authorAbhijit Dasgupta <abhijit.das.gupta@huawei.com>
Wed, 6 Nov 2019 05:03:22 +0000 (05:03 +0000)
committerAbhijit Dasgupta <abhijit.das.gupta@huawei.com>
Wed, 6 Nov 2019 05:03:22 +0000 (05:03 +0000)
commitf7a1ce6ba152e040f3c7122e32270645f605ebd2
tree57a46a1d43ba77cfabbd552817a8b5fed67ecd76
parenta25e2c6b61cefe449f53a81e1a9f0b39a0a6208c
IOT Gateway Blueprint Setup

Setup bootstrap script to setup IOT Gateway Blueprint.
The setup installs the common applications which are part
of ELIOT IOT Gateway Platform Stack.

The scripts include the setup and test scripts for the
IOT Gateway Blueprint.

More details refer the ELIOT IOT Gateway Blueprint Documentation

Signed-off-by: Abhijit Dasgupta <abhijit.das.gupta@huawei.com>
Change-Id: Ic387cdc45bdec6c15a5440370ee351cb665da336
27 files changed:
blueprints/iotgateway/scripts/cadvisorsetup.sh [new file with mode: 0644]
blueprints/iotgateway/scripts/ci_management/cleanup_control.sh [new file with mode: 0755]
blueprints/iotgateway/scripts/ci_management/cleanup_edge.sh [new file with mode: 0755]
blueprints/iotgateway/scripts/ci_management/cleanup_edge_final.sh [new file with mode: 0644]
blueprints/iotgateway/scripts/ci_management/cleanup_master.sh [new file with mode: 0755]
blueprints/iotgateway/scripts/ci_management/cleanup_prom_cadvisor.sh [new file with mode: 0755]
blueprints/iotgateway/scripts/ci_management/uninstall_cadvisor.sh [new file with mode: 0755]
blueprints/iotgateway/scripts/ci_management/uninstall_prometheus.sh [new file with mode: 0755]
blueprints/iotgateway/scripts/cni/calico/calico.yaml [new file with mode: 0644]
blueprints/iotgateway/scripts/cni/calico/rbac.yaml [new file with mode: 0644]
blueprints/iotgateway/scripts/cni/calico/v38/calico.yaml [new file with mode: 0644]
blueprints/iotgateway/scripts/common.sh [new file with mode: 0644]
blueprints/iotgateway/scripts/common_centos.sh [new file with mode: 0755]
blueprints/iotgateway/scripts/edgex/edgexonk8s.sh [new file with mode: 0755]
blueprints/iotgateway/scripts/edgex/verifyedgex.sh [new file with mode: 0644]
blueprints/iotgateway/scripts/generatePromeyml.sh [new file with mode: 0755]
blueprints/iotgateway/scripts/k8smaster.sh [new file with mode: 0644]
blueprints/iotgateway/scripts/k8smaster_centos.sh [new file with mode: 0755]
blueprints/iotgateway/scripts/k8sworker.sh [new file with mode: 0644]
blueprints/iotgateway/scripts/kubernetes_cleanup.sh [new file with mode: 0644]
blueprints/iotgateway/scripts/kubernetes_reset.sh [new file with mode: 0644]
blueprints/iotgateway/scripts/nodelist [new file with mode: 0644]
blueprints/iotgateway/scripts/prometheus.sh [new file with mode: 0755]
blueprints/iotgateway/scripts/setup.sh [new file with mode: 0755]
blueprints/iotgateway/scripts/src/config_kubeedge [new file with mode: 0755]
blueprints/iotgateway/scripts/src/kubeedge_setup.sh [new file with mode: 0755]
blueprints/iotgateway/scripts/verifyk8s.sh [new file with mode: 0755]