summaryrefslogtreecommitdiffstats
path: root/dpo/blueprints
diff options
context:
space:
mode:
authordfarrelly <david.farrelly@est.tech>2020-02-27 08:24:15 +0000
committerdfarrelly <david.farrelly@est.tech>2020-02-27 14:26:53 +0000
commit732932155b1bde692fa98848529d0771ccf6faa4 (patch)
tree2f7e7b2a7d9a1d33bfe3db319dc1ee4b33d92c0f /dpo/blueprints
parent1e93a1088b7fd71b6958623e4c5976835bc385fb (diff)
Fix PM Mapper certficate handling1.3.1
Remove decoding of keystore files Issue-ID: DCAEGEN2-2096 Signed-off-by: dfarrelly <david.farrelly@est.tech> Change-Id: Ieccf3c6bb44a87fac2ec3d2f5883a7b0a914e712
Diffstat (limited to 'dpo/blueprints')
-rw-r--r--dpo/blueprints/k8s-pm-mapper.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/dpo/blueprints/k8s-pm-mapper.yaml b/dpo/blueprints/k8s-pm-mapper.yaml
index c372618..5662e1d 100644
--- a/dpo/blueprints/k8s-pm-mapper.yaml
+++ b/dpo/blueprints/k8s-pm-mapper.yaml
@@ -1,6 +1,6 @@
#
# ============LICENSE_START=======================================================
-# Copyright (C) 2019 Nordix Foundation.
+# Copyright (C) 2019-2020 Nordix Foundation.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the 'License');
# you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@ tosca_definitions_version: cloudify_dsl_1_3
imports:
- 'http://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml'
- - 'https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R5/k8splugin/1.6.0/k8splugin_types.yaml'
+ - 'https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R6/k8splugin/1.7.2/k8splugin_types.yaml'
- 'https://nexus.onap.org/service/local/repositories/raw/content/org.onap.ccsdk.platform.plugins/type_files/dmaap/dmaap.yaml'
inputs:
@@ -144,9 +144,9 @@ node_templates:
service_component_type: 'dcae-pm-mapper'
service_component_name_override: 'dcae-pm-mapper'
application_config:
- trust_store_path: '/opt/app/pm-mapper/etc/cert/trust.jks.b64'
+ trust_store_path: '/opt/app/pm-mapper/etc/cert/trust.jks'
trust_store_pass_path: '/opt/app/pm-mapper/etc/cert/trust.pass'
- key_store_path: '/opt/app/pm-mapper/etc/cert/cert.jks.b64'
+ key_store_path: '/opt/app/pm-mapper/etc/cert/cert.jks'
key_store_pass_path: '/opt/app/pm-mapper/etc/cert/jks.pass'
pm-mapper-filter: { get_input: filter }
enable_http: { get_input: enable_http }