RKE 0.16 / Docker 18.06 for ONAP installation - migrate from Rancher for Dublin - script support
Description
Attachments
1
blocks
duplicates
is blocked by
Activity
Show:

Former user February 25, 2019 at 8:30 PM
collocated cluster state

Former user February 20, 2019 at 3:46 PM
Dup of

Former user February 12, 2019 at 5:47 PMEdited
rke.onap.info (AWS)
rke.onap.cloud (Azure)
Duplicate
Details
Assignee
Former userFormer user(Deactivated)Reporter
Former userFormer user(Deactivated)Sprint
NoneFix versions
Priority
Highest
Details
Details
Assignee

Reporter

Sprint
None
Fix versions
Priority
Created November 5, 2018 at 2:28 PM
Updated July 10, 2019 at 5:38 PM
Resolved February 20, 2019 at 3:46 PM
https://github.com/rancher/rke
https://rancher.com/docs/rke/v0.1.x/en/example-yamls/#minimal-cluster-yml-example
20190225: RKE system up via https://wiki.onap.org/display/DW/OOM+RKE+Kubernetes+Deployment
and
+) 20190224 test config
doc in https://wiki.onap.org/display/DW/OOM+RKE+Kubernetes+Deployment
install docker
curl https://releases.rancher.com/install-docker/17.03.sh | sh
install rke
sudo wget https://github.com/rancher/rke/releases/download/v0.1.15/rke_linux-amd64
mv rke_linux-amd64 rke
sudo mv ./rke /usr/local/bin/rke
copy your private ssh key to the VMs
provision a static EIP/VIP - optionally register a domain name
edit cluster.yaml
run rke up
sudo rke up --config cluster2.yaml
install kubectl
https://git.onap.org/logging-analytics/tree/deploy/rancher/oom_rancher_setup.sh#n97
test cluster
RBAC lockdown cluster