X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=README.md;h=04c3009dc5f118482629ef38a2712c965228197e;hb=8795295e7783695618ebaa25951b8eb2e35f4333;hp=2db3abf51cd640de3feb667130adba5c406f49fb;hpb=641e2a44fbb684d1cdaa8f0f198bfff372413024;p=oom%2Fplatform%2Fcert-service.git diff --git a/README.md b/README.md index 2db3abf5..04c3009d 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,13 @@ More information about the project and all its functionalities you can find under the wiki page: ``` - https://wiki.onap.org/display/DW/AAF+Certification+Service + https://wiki.onap.org/display/DW/OOM+Certification+Service ``` -Project consists of two submodules: -1. aaf-certservice-api -2. aaf-certservice-client +Project consists of three submodules: +1. oom-certservice-api +2. oom-certservice-client +3. oom-certservice-post-processor Detailed information about submodules can be found in ```README.md``` in their directories. @@ -48,20 +49,11 @@ make build make start-backend 3. Run Cert Service Client make run-client -3. Remove client container -make stop-client 4. Stop Cert Service and EJBCA make stop-backend ``` - -### Running API with Helm -1. Use environment/server with installed kubernetes and helm. -2. Copy certService/helm/aaf-cert-service directory to that environment. -3. Enter that environment -4. Run ```helm install ./aaf-cert-service``` - -### AAF CertService CSITs +### OOM CertService CSITs #### CSIT repository ``` https://gerrit.onap.org/r/admin/repos/integration/csit @@ -72,25 +64,30 @@ https://gerrit.onap.org/r/admin/repos/integration/csit 2. Configure CSIT local environment 3. Inside CSIT directory execute ``` -sudo ./run-csit.sh plans/aaf/certservice +sudo ./run-csit.sh plans/oom-platform-cert-service/certservice ``` ####Jenkins build -https://jenkins.onap.org/view/CSIT/job/aaf-master-csit-certservice/ +https://jenkins.onap.org/view/CSIT/job/oom-platform-cert-service-master-csit-certservice/ ### Sonar results ``` -https://sonarcloud.io/dashboard?id=onap_aaf-certservice +https://sonarcloud.io/dashboard?id=onap_oom-platform-cert-service ``` ### Maven artifacts All maven artifacts are deployed under nexus uri: ``` -https://nexus.onap.org/content/repositories/snapshots/org/onap/aaf/certservice/ +https://nexus.onap.org/content/repositories/snapshots/org/onap/oom/certservice/ ``` ### Docker artifacts All docker images are hosted under nexus3 uri: ``` -https://nexus3.onap.org/repository/docker.snapshot/v2/onap/org.onap.aaf.certservice.aaf-certservice-api/ -``` \ No newline at end of file +https://nexus3.onap.org/repository/docker.snapshot/v2/onap/org.onap.oom.certservice.oom-certservice-api/ +``` + +### How to release containers +``` +https://github.com/lfit/releng-global-jjb/blob/master/docs/jjb/lf-release-jobs.rst +```