Deploy ONAP in Integration Lab



Deploy ONAP with RKE

reference https://docs.onap.org/en/dublin/submodules/oom.git/docs/oom_setup_kubernetes_rancher.html

OOM-1598: Document a Highly-Available K8s Cluster Deployment (RKE 0.2.1 / K8S 1.13.5 / Helm (2.12.3 - not 2.13.1) / Docker 18.09.5)Closed

Install Docker and RKE
root>curl https://releases.rancher.com/install-docker/18.06.sh | sh root>docker version root>wget https://github.com/rancher/rke/releases/download/v0.1.16/rke_linux-amd64 root>mv rke_linux-amd64 rke root>mv ./rke /usr/local/bin/rke root>rke --version root>wget https://github.com/rancher/rke/releases/download/v0.1.16/rke_linux-amd64 root>mv rke_linux-amd64 rke root>mv ./rke /usr/local/bin/rke root>rke --version



Install Python Openstack packages
root>apt install python-pip root>pip install python-openstackclient root>pip install python-novaclient root>pip install python-heatclient



ssh key
root>vi /root/.ssh/onap_key  root>chmod 0400 /root/.ssh/onap_key 



Clone Integration repo and deploy ONAP



Customize ONAP deployment by editing onap-oom.env

Customize onap-oom.env





Another example with customized branches for Integration and OOM