diff options
author | Jan Malkiewicz <jan.malkiewicz@nokia.com> | 2020-09-23 10:09:37 +0200 |
---|---|---|
committer | Jan Malkiewicz <jan.malkiewicz@nokia.com> | 2020-09-23 15:55:24 +0200 |
commit | be5c56a962a5a3c77f8f34a5b8eab410f7f5fc67 (patch) | |
tree | fd5fd598f85a537c976d5f91f5ce7305ae1a2fea | |
parent | bfa14e4728358824afa06b6b587d9ee8c4272961 (diff) |
[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 <jan.malkiewicz@nokia.com>
Change-Id: Id2249f6664ae4317600e04994263d83908ba864d
-rw-r--r-- | releases/2.1.0-container.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
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' |