Documentation
[oom/platform/cert-service.git] / certService / README.md
index 23cb2cf..61506e7 100644 (file)
@@ -45,7 +45,7 @@ docker build --build-arg VERSION=1.0.0-SNAPSHOT -t onap/org.onap.aaf.certservice
 mvn clean install
 ```     
     
-### Building Docker image and  install the package into the local repository
+### Building Docker image and install the package into local repository
 ```
 mvn clean install -P docker
 ```   
@@ -59,19 +59,7 @@ docker run -p 8080:8080 --name aaf-certservice-api --mount type=bind,source=/<ab
 ```
 docker run -p 8080:8080 --name aaf-certservice-api --mount type=bind,source=/<absolute_path>/cmpServers.json,target=/etc/onap/aaf/certservice/cmpServers.json nexus3.onap.org:10001/onap/org.onap.aaf.certservice.aaf-certservice-api:1.0.0
 ```
-
-### Running Docker container from docker-compose with EJBCA
-Docker-compose uses nexus image of certservice.
-```
-docker-compose up
-```
     
-### Running with Helm
-1. Use environment/server with installed kubernetes and helm.
-2. Copy helm/aaf-cert-service directory to that environment.
-3. Enter that environment 
-4. Run ```helm install ./aaf-cert-service```
-
 ### Health Check
 Browser:
 ```
@@ -84,15 +72,6 @@ curl localhost:8080/actuator/health
 ```   
  Should return {"status":"UP"}
 
-### Running CSITs
-Pull csit repository
-```
-https://gerrit.onap.org/r/admin/repos/integration/csit
-```
-Go to created directory and run
-```
-sudo ./run-csit.sh plans/aaf/cert-service
-```
 ### Logs locally
 
 path: 
@@ -109,24 +88,7 @@ path:
 cd /var/log/onap/aaf/certservice
 ```
 You should see:    
-audit.log  error.log  trace.log
-
-### Sonar results
-```     
-https://sonarcloud.io/dashboard?id=onap_aaf-certservice
-```
-    
-### Maven artifacts
-All maven artifacts are deployed under nexus uri:
-```
-https://nexus.onap.org/content/repositories/snapshots/org/onap/aaf/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/
-```
+audit.log  error.log  debug.log
 
 ### RestAPI
 API is described by Swagger ( OpenAPI 3.0 ) on endpoint /docs 
@@ -134,8 +96,3 @@ API is described by Swagger ( OpenAPI 3.0 ) on endpoint /docs
 ```
 http://localchost:8080/docs
 ```
-
-### Sonar results
-```     
-https://sonarcloud.io/dashboard?id=onap_aaf-certservice
-```