Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: upload cd.sh for automated oom deployment

...

I'll automate this script via cli shortly

Prepull docker images

until the The script curl is merged in incorporated in the cd.sh script below until 

Jira
serverONAP JIRA
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keyOOM-328
 - we will use the following local copy

For branch "release-1.1.0":

curl https://jira.onap.org/secure/attachment/10741/prepull_docker_110.sh > prepull_docker.sh
or

for branch "master":

curl https://jira.onap.org/secure/attachment/10742/prepull_docker_master.sh > prepull_docker.sh

Install/Refresh OOM

This step you can run repeatedly

Run the following (assumes oom repo folder, requires equires onap-parameters.yaml on the FS , assumes master branch)beside the cd.sh script)

View file
namecd.sh
height250

Code Block
./cd.sh -b master | release-1.1.0


https://github.com/obrienlabs/onap-root/blob/master/cd.sh

...