Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: use OOM-710 for scripts

...

ONAP ReleaseRancherKubernetesHelmKubectlDocker
Amsterdam1.6.101.7.72.3.01.7.71.12.x
Beijing

1.6.14

20180321 use 1.6.12 for now

1.8.62.6.1+1.8.6

17.03-ce

20180321 use 1.12

Jira
serverONAP JIRA
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keyOOM-813

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

...