Build

Jenkins

  1. JJB Master

  2. JJB Stage

  3. JJB Release

  4. JJB CSIT

Environment

  • Java 11

  • Apache Maven 3.6.0

  • Linux

  • Docker 18.09.5

  • Python 2.7.x

How to build images?

  1. Checkout the project from https://gerrit.onap.org/r/admin/repos/oom/platform/cert-service

  2. Read information stored in README.md file

  3. Use a Makefile to build images:

    make build
    

How to start service locally?

  1. Start Cert Service with configured EJBCA:

    make start-backend
    
  2. Run Cert Service Client:

    make run-client
    
  3. Remove client container:

    make stop-client
    
  4. Stop Cert Service and EJBCA:

    make stop-backend