[DCAE] Update pm-mapper default vaules 58/128358/4
authorTomasz Wrobel <tomasz.wrobel@nokia.com>
Thu, 7 Apr 2022 09:13:34 +0000 (11:13 +0200)
committerLukasz Rajewski <lukasz.rajewski@orange.com>
Mon, 11 Apr 2022 07:03:45 +0000 (07:03 +0000)
Change default pm-mapper configuration to avoid TLS error
in default installation.

Issue-ID: INT-1895
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: I20c235a86f87f01b965e14f38145d1754f65b7c2

kubernetes/dcaegen2-services/components/dcae-pm-mapper/values.yaml

index 6099d0c..e023d81 100644 (file)
@@ -135,10 +135,10 @@ applicationConfig:
   aaf_identity: ""
   aaf_password: ""
   pm-mapper-filter: "{ \"filters\":[] }"
-  key_store_path: ""
-  key_store_pass_path: ""
-  trust_store_path: ""
-  trust_store_pass_path: ""
+  key_store_path: /opt/app/pm-mapper/etc/cert/cert.jks
+  key_store_pass_path: /opt/app/pm-mapper/etc/cert/jks.pass
+  trust_store_path: /opt/app/pm-mapper/etc/cert/trust.jks
+  trust_store_pass_path: /opt/app/pm-mapper/etc/cert/trust.pass
   dmaap_dr_delete_endpoint: https://dmaap-dr-node:8443/delete
   streams_publishes:
     dmaap_publisher:
@@ -158,7 +158,7 @@ applicationConfig:
         username: ${DR_USERNAME}
         password: ${DR_PASSWORD}
         location: san-francisco
-        delivery_url: https://dcae-pm-mapper:8443/delivery
+        delivery_url: http://dcae-pm-mapper:8081/delivery
 
 # DataRouter Feed Configuration
 drFeedConfig:
@@ -176,7 +176,7 @@ drSubConfig:
     userpwd: ${DR_PASSWORD}
     dcaeLocationName: loc00
     privilegedSubscriber: true
-    deliveryURL: https://dcae-pm-mapper:8443/delivery
+    deliveryURL: http://dcae-pm-mapper:8081/delivery
 
 # MessageRouter Topic, Publisher Configuration
 mrTopicsConfig: