From c6ccd5949f51afbe7690a36185eb25560a96320e Mon Sep 17 00:00:00 2001 From: Pawel Date: Mon, 10 Aug 2020 15:58:16 +0200 Subject: Update documentation Issue-ID: OOM-2526 Signed-off-by: Pawel Change-Id: I00475dea0c2d97c11e68b55aae29026cd2c84829 --- docs/sections/build.rst | 4 ++-- docs/sections/usage.rst | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/sections') diff --git a/docs/sections/build.rst b/docs/sections/build.rst index 17874de5..27a40b18 100644 --- a/docs/sections/build.rst +++ b/docs/sections/build.rst @@ -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 diff --git a/docs/sections/usage.rst b/docs/sections/usage.rst index b8bf7f69..e4a75444 100644 --- a/docs/sections/usage.rst +++ b/docs/sections/usage.rst @@ -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=,dst= \ --volume : \ --volume : \ - 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 -- cgit 1.2.3-korg