Add some options for IEC installation scripts 32/1432/4
authorJingzhao.Ni <Jingzhao.Ni@arm.com>
Fri, 16 Aug 2019 10:23:49 +0000 (18:23 +0800)
committerJingzhao.Ni <Jingzhao.Ni@arm.com>
Wed, 21 Aug 2019 09:49:26 +0000 (17:49 +0800)
commit37289e2600c2c312113b20b6afcd69221703bc50
tree395b27cc50dee10cc085251a4a083610c9aac4b6
parent6ebd8c9c9a1e8cc534b6428c12d0cf6f4bfd9e04
Add some options for IEC installation scripts

1. Some options were added into the startup.sh script.
   "-k|--kube"    ---- The version of k8s
   "-c|--cni-ver" ---- Kubernetes-cni version
   "-C|--cni"     ---- CNI type: calico/flannel
2. In config file, those default values were also set.
3. Some log inforamtion about those parameters was add for
   varification when deploying the IEC infrastructure by
    startup.sh.

Change-Id: Ief59d31b7630dc3247305f869ea55137142b040c
Signed-off-by: Jingzhao.Ni <Jingzhao.Ni@arm.com>
src/foundation/scripts/config
src/foundation/scripts/k8s_common.sh
src/foundation/scripts/k8s_worker.sh
src/foundation/scripts/setup-cni.sh
src/foundation/scripts/startup.sh