diff options
author | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2022-04-23 10:42:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-04-23 10:42:21 +0000 |
commit | f757d0bf7b5304bc727e98463943261b4829087b (patch) | |
tree | 576af6e7c407132f301a6706b7abf987c138e980 /kubernetes/dcaegen2-services/components/dcae-slice-analysis-ms/values.yaml | |
parent | 9eeb084ca66399f707e673497dd890840eb404aa (diff) | |
parent | 0e692649a83ddba1029efdd8ba18b8defe7e535d (diff) |
Merge "[DCAE] Update application config properties for slice/son/kpi ms"
Diffstat (limited to 'kubernetes/dcaegen2-services/components/dcae-slice-analysis-ms/values.yaml')
-rw-r--r-- | kubernetes/dcaegen2-services/components/dcae-slice-analysis-ms/values.yaml | 8 |
1 files changed, 0 insertions, 8 deletions
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 |