[OOM-CERT-SERVICE] Add handling cmp response when PBM value is missing.
[oom/platform/cert-service.git] / README.md
index bb56466..2d91ee8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,9 +7,11 @@ More information about the project and all its functionalities you can find unde
     https://wiki.onap.org/display/DW/OOM+Certification+Service
     ``` 
   
-Project consists of two submodules:
+Project consists of four submodules:
 1. oom-certservice-api
-2. oom-certservice-client
+2. *deprecated (no longer built)* oom-certservice-client
+3. oom-certservice-post-processor
+4. oom-certservice-k8s-external-provider
 
 Detailed information about submodules can be found in ```README.md``` in their directories.
 
@@ -39,8 +41,8 @@ Then execute following command from certs(!) directory:
 ```
 
 ### Running Docker containers from docker-compose with EJBCA
-Docker-compose uses a local image of certservice-api and make run-client uses a local image of certservice-client
-Build docker images locally before running docker compose command.
+Docker-compose uses a local image of certservice-api and make run-client uses a released image of certservice-client
+Build certservice-api docker image locally before running docker compose command.
 ```
 1. Build local images
 make build
@@ -63,7 +65,7 @@ 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
@@ -71,7 +73,7 @@ https://jenkins.onap.org/view/CSIT/job/oom-platform-cert-service-master-csit-cer
 
 ### Sonar results
 ```     
-https://sonarcloud.io/dashboard?id=onap_aaf-certservice
+https://sonarcloud.io/dashboard?id=onap_oom-platform-cert-service
 ```
     
 ### Maven artifacts