Versions Compared

Key

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

...

                 

Deployment Steps

0. If mariadb-galera has installed, skip this step,  follow the way to install maridb below:

helm install local/mariadb-galera --namespace onap --name dev-mariadb-galera --set global.pullPolicy=IfNotPresent --set global.masterPassword=onap

                       

  1. Intall mongodb service for testing:docker run -itd --restart=always --name dl-mongo -p 27017:27017 mongo            
  2. Build presto image and push the images to a exsting repository:

...