From: Jan Malkiewicz Date: Wed, 23 Sep 2020 08:09:37 +0000 (+0200) Subject: [OOM-CMPv2] Release CertService containers in version 2.1.0 X-Git-Tag: 2.2.0~29^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=be5c56a962a5a3c77f8f34a5b8eab410f7f5fc67;p=oom%2Fplatform%2Fcert-service.git [OOM-CMPv2] Release CertService containers in version 2.1.0 Added module oom-certservice-post-processor with following functionality: * appending CMPv2 certificates to CertMan truststore * replacing CertMan keystore with CMPv2 keystore Issue-ID: DCAEGEN2-2253 Signed-off-by: Jan Malkiewicz Change-Id: Id2249f6664ae4317600e04994263d83908ba864d --- diff --git a/releases/2.1.0-container.yaml b/releases/2.1.0-container.yaml new file mode 100644 index 00000000..a0909ee9 --- /dev/null +++ b/releases/2.1.0-container.yaml @@ -0,0 +1,14 @@ +distribution_type: 'container' +container_release_tag: '2.1.0' +container_pull_registry: nexus3.onap.org:10003 +container_push_registry: nexus3.onap.org:10002 +project: 'oom-platform-cert-service' +log_dir: 'oom-platform-cert-service-maven-docker-stage-master/63' +ref: 095691e5d9ff02f43e1261d09ea1987a73b6f32c +containers: + - name: 'org.onap.oom.platform.cert-service.oom-certservice-api' + version: '2.1.0-20200923T124017Z' + - name: 'org.onap.oom.platform.cert-service.oom-certservice-client' + version: '2.1.0-20200923T124017Z' + - name: 'org.onap.oom.platform.cert-service.oom-certservice-post-processor' + version: '2.1.0-20200923T124017Z'