...
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
...
Note: amsterdam will require a different onap-parameters.yaml
Code Block |
---|
Either 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 aboutor 15using mintemporary to completion |
clone continuous deployment script - until it is merged
Code Block |
---|
attachments until the gerrit review is done
wget https://jira.onap.org/secure/attachment/11117/oom_rancher_setup.sh
./oom_rancher_setup.sh -b master -s 10.12.5.168 -e onap
# wait about 15 min to completion |
clone continuous deployment script - until it is merged
Code Block |
---|
wget https://jira.onap.org/secure/attachment/11122/cd.sh chmod 777 cd.sh wget https://jira.onap.org/secure/attachment/11124/aaiapisimpledemoopenecomporg.cer wget https://jira.onap.org/secure/attachment/11125/onap-parameters.yaml wget https://jira.onap.org/secure/attachment/11126/aai-cloud-region-put.json ./cd.sh -b master # wait about 25-60 min depending on the speed of your network pulling docker images |
Experimental Installation
...