2 # shellcheck disable=SC2034
4 # Host user which can log into master and each worker nodes
5 HOST_USER=${HOST_USER:-iec}
7 REPO_URL="https://gerrit.akraino.org/r/iec"
12 # Master node IP address
13 K8S_MASTER_IP="10.169.36.152"
15 # HOST_USER's password on Master node
18 ######################################################
20 # K8S_WORKER_GROUP is an array which consists of 2
21 # parts. One is k8s worker ip address. The other is
24 ######################################################
26 "10.169.40.106,123456"