Setup scripts of ELIOT in Ubuntu and X86 35/435/14
authorAbhijit Dasgupta <abhijit.das.gupta@huawei.com>
Tue, 5 Mar 2019 14:37:42 +0000 (14:37 +0000)
committerabhijit_onap <abhijit.das.gupta@huawei.com>
Fri, 24 May 2019 08:52:52 +0000 (08:52 +0000)
commit5f9280af0b3e74fb69f8124984daad4ab953ed1c
tree0d0f070b91be350f36a2c820cf7e76db1bd5f396
parentf4ee719d1a67a0cf73d310ae4ed7bc21a92cb4ad
Setup scripts of ELIOT in Ubuntu and X86

1)setup.sh:-main setup script
2)common.sh:-install docker in Eliot Manager and Edge Node
3)k8smaster.sh:-install k8s and initialise k8s master
4)k8sworker.sh:-install kubelet, kubernetes-cni and kubeadm
5)nodelist:-worker node details which are to be added.

nodelist content should be in the format:
<eliotedgenodeusername>|<eliotedgenodeip>|<eliotedgenodepassword>

Signed-off-by: Abhijit Dasgupta <abhijit.das.gupta@huawei.com>
Change-Id: I285b07350fb1338da5e06f9816abee6a604faee3
Signed-off-by: abhijit_onap <abhijit.das.gupta@huawei.com>
scripts/cni/calico/calico.yaml [new file with mode: 0644]
scripts/cni/calico/rbac.yaml [new file with mode: 0644]
scripts/common.sh [new file with mode: 0644]
scripts/k8smaster.sh [new file with mode: 0644]
scripts/k8sworker.sh [new file with mode: 0644]
scripts/nodelist [new file with mode: 0644]
scripts/setup.sh [new file with mode: 0755]