Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: oom_rancher_install.sh is fully automated

...

Kubernetes devops / workarounds / troubleshooting content restored from version 378  - into the page ONAP on Kubernetes on Rancher

Example End to End Kubernetes based ONAP install and deployment

Scenario: installing Rancher on clean Ubuntu 16.04 64g VM (single collocated server/host)

clone rancher install script - until it is merged

https://gerrit.onap.org/r/#/c/32019

or a copy on the JIRA https://jira.onap.org/secure/attachment/11117/oom_rancher_setup.sh

Code Block
git clone https://gerrit.onap.org/r/oom
cd oom
git pull https://gerrit.onap.org/r/oom refs/changes/19/32019/6
cd install/rancher
./oom_rancher_install.sh -b master -s 192.168.241.132 -e onap
# wait about 15 min to completion


clone continuous deployment script - until it is merged

Code Block
./cd.sh -b master



Manual Quickstart Installation - Please use script instead

...