[DCAE] DFC Config-Binding-Service setup fixed 66/133266/2
authorAndreas Geissler <andreas-geissler@telekom.de>
Wed, 15 Feb 2023 18:21:32 +0000 (19:21 +0100)
committerAndreas Geissler <andreas-geissler@telekom.de>
Wed, 15 Feb 2023 18:46:58 +0000 (19:46 +0100)
The DFC stops running, if the CBS config is not complete.
This leads to errors in the 5GBulkPM test.
The CBS port has to be set to 0000 and the DMaaP certAuth must be
disabled

Issue-ID: OOM-3100

Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: Ibf33666b4cec5b0444f0aec59c106be43aa3cedd

kubernetes/dcaegen2-services/components/dcae-datafile-collector/values.yaml

index d990e4d..cd9be3b 100644 (file)
@@ -149,11 +149,11 @@ applicationConfig:
   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.certificateConfig.enableCertAuth: true
+  dmaap.certificateConfig.enableCertAuth: false
   dmaap.dmaapConsumerConfiguration.consumerGroup: OpenDcae-c12
   dmaap.dmaapConsumerConfiguration.consumerId: C12
   dmaap.dmaapConsumerConfiguration.timeoutMs: -1
-  dmaap.security.enableDmaapCertAuth: true
+  dmaap.security.enableDmaapCertAuth: false
   dmaap.security.keyStorePasswordPath: /opt/app/datafile/etc/cert/jks.pass
   dmaap.security.keyStorePath: /opt/app/datafile/etc/cert/cert.jks
   dmaap.security.trustStorePasswordPath: /opt/app/datafile/etc/cert/trust.pass
@@ -176,6 +176,11 @@ applicationConfig:
         topic_url: "http://message-router:3904/events/unauthenticated.VES_NOTIFICATION_OUTPUT"
       type: message_router
 
+applicationEnv:
+  #CBS_CLIENT_CONFIG_PATH: '/app-config-input/application_config.yaml'
+  #Temporary Dummy CBS Port Value until internal SDK library is updated
+  CONFIG_BINDING_SERVICE_SERVICE_PORT: '0000'
+
 # DataRouter Feed Configuration
 drFeedConfig:
   - feedName: bulk_pm_feed