diff options
author | Niranjana <niranjana.y60@wipro.com> | 2022-03-29 15:40:21 +0000 |
---|---|---|
committer | Lukasz Rajewski <lukasz.rajewski@orange.com> | 2022-04-22 16:15:14 +0000 |
commit | 0e692649a83ddba1029efdd8ba18b8defe7e535d (patch) | |
tree | fb906fee819123ef1aae618beaf545df31a39900 /kubernetes/dcaegen2-services/components/dcae-son-handler | |
parent | 8f95be29e36be0137463c056660dd11e0d20c171 (diff) |
[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 <niranjana.y60@wipro.com>
Change-Id: I85bee827cda40e5eca101846ab59b317c917a966
Diffstat (limited to 'kubernetes/dcaegen2-services/components/dcae-son-handler')
-rw-r--r-- | kubernetes/dcaegen2-services/components/dcae-son-handler/values.yaml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/kubernetes/dcaegen2-services/components/dcae-son-handler/values.yaml b/kubernetes/dcaegen2-services/components/dcae-son-handler/values.yaml index 88ceac0e8d..5e487e27a9 100644 --- a/kubernetes/dcaegen2-services/components/dcae-son-handler/values.yaml +++ b/kubernetes/dcaegen2-services/components/dcae-son-handler/values.yaml @@ -186,33 +186,23 @@ 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.VES_MEASUREMENT_OUTPUT fault_management_topic: type: message-router - aaf_username: ${AAF_IDENTITY} - aaf_password: ${AAF_PASSWORD} dmaap_info: topic_url: http://message-router:3904/events/unauthenticated.SEC_FAULT_OUTPUT nbr_list_change_topic: type: message-router - aaf_username: ${AAF_IDENTITY} - aaf_password: ${AAF_PASSWORD} dmaap_info: topic_url: http://message-router:3904/events/PCI-NOTIF-TOPIC-NGHBR-LIST-CHANGE-INFO 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 service_calls: |