diff options
author | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2021-06-01 12:14:22 +0200 |
---|---|---|
committer | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2021-06-01 12:14:22 +0200 |
commit | d9e588cc6f002e62cd444fabbf824b29f56f5b34 (patch) | |
tree | 5c4ae493bdd36c01ae1cdeea50bf0461fc2bea08 | |
parent | dd21ec585367e5e75372795dddf9838dd138881e (diff) |
Deprecate certServiceClient
- disable certServiceClient submodule
- set fixed version for certServiceClient image usage
Issue-ID: OOM-2744
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: Ibfca21ffe4310e7a5d124853c4b33c1c481f10a8
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | certServiceClient/README.md | 6 | ||||
-rw-r--r-- | pom.xml | 1 |
4 files changed, 9 insertions, 6 deletions
@@ -26,7 +26,7 @@ run-client: --mount type=bind,src=`pwd`/compose-resources/client-volume/,dst=/var/certs \ --volume `pwd`/certs/truststore.jks:/etc/onap/oom/certservice/certs/truststore.jks \ --volume `pwd`/certs/certServiceClient-keystore.jks:/etc/onap/oom/certservice/certs/certServiceClient-keystore.jks \ - onap/org.onap.oom.platform.cert-service.oom-certservice-client:latest + nexus3.onap.org:10001/onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.3.3 stop-backend: @echo "##### Stop Cert Service #####" @@ -9,7 +9,7 @@ More information about the project and all its functionalities you can find unde 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 @@ -41,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 diff --git a/certServiceClient/README.md b/certServiceClient/README.md index 63d9780b..98dcfb9b 100644 --- a/certServiceClient/README.md +++ b/certServiceClient/README.md @@ -1,4 +1,8 @@ -# Cert service client +# Cert service client *(deprecated)* + +> Deprecated since Istanbul release in favor of Cert Manager certificates +> (for more details see certServiceK8sExternalProvider submodule). + ### Project building ``` @@ -75,7 +75,6 @@ <modules> <module>certService</module> - <module>certServiceClient</module> <module>certServicePostProcessor</module> <module>certServiceK8sExternalProvider</module> </modules> |