Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note: amsterdam will require a different onap-parameters.yaml 

Scripts in review under 

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

Cloud Native Deployment#UndercloudInstall-Rancher/Kubernetes/Helm/Docker

Code Block
wget https://git.onap.org/logging-analytics/plain/deploy/rancher/
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_setup.sh -b master -s 10.12.5.168 -e onap


or 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/LATEST_ID/oom_entrypoint.sh
chmod 777 oom_entrypoint.sh
./oom_entrypoint.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


clone continuous deployment script - until it is merged

Code Block
wget https://jiragit.onap.org/securelogging-analytics/attachmentplain/IDdeploy/cd.sh
chmod 777 cd.sh
wget https://jira.onap.org/secure/attachment/ID/aaiapisimpledemoopenecomporg.cer
wget https://jira.onap.org/secure/attachment/1ID/onap-parameters.yaml
wget https://jira.onap.org/secure/attachment/ID/aai-cloud-region-put.json
./cd.sh -b master -n onap 
# wait about 25-60120 min depending on the speed of your network pulling docker images

...