Versions Compared

Key

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

...

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

Code Block
languagebash
themeMidnight
titleSetup rancher and run cd.sh to deploy OOM
# Either (the rancher install is kicked in by the entrypoint script)
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 cd.onap.info -e onap

# or just run the WIP oom_entrypoint.sh script (And swap out your own onap-parameters.yaml)
use#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 your_ip -e onap
# refer to this script that runs oom_rancher_setup.sh and cd.sh in sequence






clone continuous deployment script - until it is merged

...