aboutsummaryrefslogtreecommitdiffstats
path: root/blueprints
diff options
context:
space:
mode:
authorKrzysztof Gajewski <krzysztof.gajewski@nokia.com>2021-02-11 12:19:39 +0100
committerKrzysztof Gajewski <krzysztof.gajewski@nokia.com>2021-02-16 19:17:47 +0100
commit259b85ce06c6672f4ae18d900e506dbc20e89d06 (patch)
tree481e5c2829cf330d5f5d84d20306ebbc706d2181 /blueprints
parentbe3398d9d8348d2c5ba9a683a6601f4da7016f3c (diff)
Add HTTPS to DFC3.0.2
- update blueprint config and DFC version Issue-ID: DCAEGEN2-2528 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: Id4cd7d42972acb07632ff4a025b8708bec63d1b6
Diffstat (limited to 'blueprints')
-rw-r--r--blueprints/k8s-datafile.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/blueprints/k8s-datafile.yaml b/blueprints/k8s-datafile.yaml
index c545b13..7ac823e 100644
--- a/blueprints/k8s-datafile.yaml
+++ b/blueprints/k8s-datafile.yaml
@@ -53,7 +53,7 @@ inputs:
default: 1
tag_version:
type: string
- default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.5.0"
+ default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.5.3"
use_tls:
type: boolean
default: true
@@ -95,10 +95,10 @@ node_templates:
PM_MEAS_FILES:
dmaap_info: <<feed0>>
type: data_router
- dmaap.ftpesConfig.keyCert: /opt/app/datafile/etc/cert/cert.p12
- dmaap.ftpesConfig.keyPasswordPath: /opt/app/datafile/etc/cert/p12.pass
- dmaap.ftpesConfig.trustedCa: /opt/app/datafile/etc/cert/trust.jks
- dmaap.ftpesConfig.trustedCaPasswordPath: /opt/app/datafile/etc/cert/trust.pass
+ dmaap.certificateConfig.keyCert: /opt/app/datafile/etc/cert/cert.p12
+ dmaap.certificateConfig.keyPasswordPath: /opt/app/datafile/etc/cert/p12.pass
+ dmaap.certificateConfig.trustedCa: /opt/app/datafile/etc/cert/trust.jks
+ dmaap.certificateConfig.trustedCaPasswordPath: /opt/app/datafile/etc/cert/trust.pass
dmaap.security.enableDmaapCertAuth: true
dmaap.security.keyStorePasswordPath: /opt/app/datafile/etc/cert/jks.pass
dmaap.security.keyStorePath: /opt/app/datafile/etc/cert/cert.jks