Update documentation 88/111088/1
authorPawel <pawel.kasperkiewicz@nokia.com>
Mon, 10 Aug 2020 13:58:16 +0000 (15:58 +0200)
committerPawel <pawel.kasperkiewicz@nokia.com>
Mon, 10 Aug 2020 13:58:16 +0000 (15:58 +0200)
Issue-ID: OOM-2526
Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com>
Change-Id: I00475dea0c2d97c11e68b55aae29026cd2c84829

certService/README.md
certServiceClient/README.md
docs/sections/build.rst
docs/sections/usage.rst

index 1b24747..b7d4fdd 100644 (file)
@@ -58,7 +58,7 @@ oom/certservice/cmpServers.json onap/org.onap.oom.certservice.oom-certservice-ap
 
 ### Running Docker container from nexus
 ```
-docker run -p 8080:8080 --name oom-certservice-api --mount type=bind,source=/<absolute_path>/cmpServers.json,target=/etc/onap/oom/certservice/cmpServers.json nexus3.onap.org:10001/onap/org.onap.oom.certservice.oom-certservice-api:1.0.0
+docker run -p 8080:8080 --name oom-certservice-api --mount type=bind,source=/<absolute_path>/cmpServers.json,target=/etc/onap/oom/certservice/cmpServers.json nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-api:1.0.0
 ```
     
 ### Health Check
index 277f7a1..3825016 100644 (file)
@@ -18,7 +18,7 @@ mvn clean install -P docker
 
 ### Nexus container image
 ```
-nexus3.onap.org:10001/onap/org.onap.oom.certservice.oom-certservice-client:latest
+nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-client:latest
 ```
 
 ### Running local client application as standalone docker container
index 17874de..27a40b1 100644 (file)
@@ -17,8 +17,8 @@ Jenkins
 
 #. JJB Release
 
-    https://jenkins.onap.org/view/oom-platform-cert-service/job//oom-platform-cert-service-maven-stage-master/
-    https://jenkins.onap.org/view/oom-platform-cert-service/job//oom-platform-cert-service-release-merge/
+    https://jenkins.onap.org/view/oom-platform-cert-service/job/oom-platform-cert-service-maven-stage-master/
+    https://jenkins.onap.org/view/oom-platform-cert-service/job/oom-platform-cert-service-release-merge/
 
 #. JJB CSIT
 
index b8bf7f6..e4a7544 100644 (file)
@@ -44,7 +44,7 @@ CertService client image can be found on Nexus repository :
 
 .. code-block:: bash
 
-  nexus3.onap.org:10001/onap/org.onap.oom.certservice.oom-certservice-client:$VERSION
+  nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-client:$VERSION
 
 
 As standalone docker container
@@ -91,7 +91,7 @@ To run CertService client as standalone docker container execute following steps
     --mount type=bind,src=<path to local host directory where certificate and trust anchor will be created>,dst=<OUTPUT_PATH (same as in step 1)> \
     --volume <local path to keystore in JKS format>:<KEYSTORE_PATH> \
     --volume <local path to truststore in JKS format>:<TRUSTSTORE_PATH> \
-    nexus3.onap.org:10001/onap/org.onap.oom.certservice.oom-certservice-client:$VERSION
+    nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-client:$VERSION
 
 
 
@@ -160,7 +160,7 @@ You can use the following deployment example as a reference:
             ...
         initContainers:
           - name: cert-service-client
-            image: nexus3.onap.org:10001/onap/org.onap.oom.certservice.oom-certservice-client:latest
+            image: nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-client:latest
             imagePullPolicy: Always
             env:
               - name: REQUEST_URL