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:

...

            Note: Replace the repository path with your own repository. 

       4 3.  Install presto service:

...

            Note: MonoDB_IP and Mongo_PORT you can replace this two values with your own configuration.

       5 4. Check presto service:

                       

                      

       6 5.  Like other services in DCAE, des also can be easily deployed through DCAE cloudify manager. The following steps guides you launch des though cloudify manager.

...