Versions Compared

Key

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

...

The following is for amsterdam or master branches

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

clone rancher install script - until it is merged

see 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

The following will be automated shortly

Run above script on a clean Ubuntu 16.04 VM (you may need to set your hostname in /etc/hosts)

Login to port 8880

select existing onap kubernetes environment

Add your host - run the docker agent pasted to the gui

...



Experimental Installation

...