...
ONAP Release | Rancher | Kubernetes | Helm | Kubectl | Docker | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Amsterdam | 1.6.10 | 1.7.7 | 2.3.0 | 1.7.7 | 1.12.x | ||||||||
Beijing | 1.6.14 20180321 use 1.6.12 for now | 1.8.6 | 2.6.1+ | 1.8.6 | 17.03-ce 20180321 use 1.12
|
Rancher 1.6 Installation
The following is for amsterdam or master branches
...
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 10.12.5.168 -e onap or using temporary attachments until the gerrit review is done just run the WIP oom_entrypoint.sh script (And swap out your own onap-parameters.yaml) use the latest on https://jira.onap.org/browse/OOM-710 wget https://jira.onap.org/secure/attachment/11259LATEST_ID/oom_rancher_setupentrypoint.sh chmod 777 oom_entrypoint.sh ./oom_rancher_setupentrypoint.sh -b master -s 10.12.5.168 -e onap # refer to this script that runs oom_rancher_setup.sh and cd.sh in sequence # wait about 15 min to completion |
...
Code Block |
---|
wget https://jira.onap.org/secure/attachment/11262ID/cd.sh chmod 777 cd.sh wget https://jira.onap.org/secure/attachment/11124ID/aaiapisimpledemoopenecomporg.cer wget https://jira.onap.org/secure/attachment/111251ID/onap-parameters.yaml wget https://jira.onap.org/secure/attachment/11126ID/aai-cloud-region-put.json ./cd.sh -b master -n onap # wait about 25-60 min depending on the speed of your network pulling docker images |
...