...
The following is for amsterdam or master branches
see 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_
...
...
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 |
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
...
# wait about 15 min to completion |
clone continuous deployment script - until it is merged
Code Block |
---|
./cd.sh -b master |
Experimental Installation
...