From 0e692649a83ddba1029efdd8ba18b8defe7e535d Mon Sep 17 00:00:00 2001 From: Niranjana Date: Tue, 29 Mar 2022 15:40:21 +0000 Subject: [DCAE] Update application config properties for slice/son/kpi ms - Remove AAF credentials in DMAAP configuration from slice-analysis-ms, son-handler-ms and kpi-ms charts Issue-ID: DCAEGEN2-3034 Issue-ID: DCAEGEN2-3035 Issue-ID: DCAEGEN2-3033 Signed-off-by: Niranjana Change-Id: I85bee827cda40e5eca101846ab59b317c917a966 --- .../components/dcae-slice-analysis-ms/values.yaml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'kubernetes/dcaegen2-services/components/dcae-slice-analysis-ms') diff --git a/kubernetes/dcaegen2-services/components/dcae-slice-analysis-ms/values.yaml b/kubernetes/dcaegen2-services/components/dcae-slice-analysis-ms/values.yaml index 9261b8ebe0..869472e2d8 100644 --- a/kubernetes/dcaegen2-services/components/dcae-slice-analysis-ms/values.yaml +++ b/kubernetes/dcaegen2-services/components/dcae-slice-analysis-ms/values.yaml @@ -147,27 +147,19 @@ applicationConfig: streams_publishes: CL_topic: type: message-router - aaf_username: ${AAF_IDENTITY} - aaf_password: ${AAF_PASSWORD} dmaap_info: topic_url: http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT streams_subscribes: performance_management_topic: type: message-router - aaf_username: ${AAF_IDENTITY} - aaf_password: ${AAF_PASSWORD} dmaap_info: topic_url: http://message-router:3904/events/unauthenticated.PERFORMANCE_MEASUREMENTS intelligent_slicing_topic: type: message-router - aaf_username: ${AAF_IDENTITY} - aaf_password: ${AAF_PASSWORD} dmaap_info: topic_url: http://message-router:3904/events/unauthenticated.ML_RESPONSE_TOPIC dcae_cl_response_topic: type: message-router - aaf_username: ${AAF_IDENTITY} - aaf_password: ${AAF_PASSWORD} dmaap_info: topic_url: http://message-router:3904/events/DCAE_CL_RSP -- cgit 1.2.3-korg