3 # Host user which can log into master and each worker nodes
4 HOST_USER=${HOST_USER:-iec}
6 REPO_URL="https://gerrit.akraino.org/r/iec"
11 # Master node IP address
12 K8S_MASTER_IP="10.169.36.152"
14 # HOST_USER's password on Master node
17 ######################################################
19 # K8S_WORKER_GROUP is an array which consists of 2
20 # parts. One is k8s worker ip address. The other is
23 ######################################################
25 "10.169.40.106,123456"