Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Install docker and RKE

Code Block
titleDownload docker Install Docker and RKE
collapsetrue
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

...

Code Block
titlessh key
collapsetrue
root>vi /root/.ssh/onap_key 
root>chmod 0400 /root/.ssh/onap_key 

Clone Integration repo and deploy ONAP


Code Block
titleClone Integration repo and deploy ONAP
collapsetrue
root>source integration/deployment/heat/onap-rke/env/windriver/Integration-SB-XX-openrc
root>cd integration/deployment/heat/onap-rke/
root>nohup ./scripts/deploy.sh -m docker-manifest-staging.csv -q env/windriver/onap-oom.env &
root>tail -f nohup.out 



You can customize your deployment by editing onap-oom.env. For example:

...