aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--Changelog.md1
-rw-r--r--blueprints/k8s-datafile.yaml10
2 files changed, 6 insertions, 5 deletions
diff --git a/Changelog.md b/Changelog.md
index 4bc1409..d160dc3 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [3.0.2] - 2021-02-15
### Changed
- [DCAEGEN2-2628](https://jira.onap.org/browse/DCAEGEN2-2628) - Fix docker image build problem
+- [DCAEGEN2-2528](https://jira.onap.org/browse/DCAEGEN2-2528) - Add HTTPS as new protocol to collect files from xNFs
## [3.0.1] - 11/02/2021
### Changed
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