...
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
- Intall mongodb service for testing:docker run -itd --restart=always --name dl-mongo -p 27017:27017 mongo
- Build presto image and push the images to a exsting repository:
...