diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2022-06-01 11:51:22 -0400 |
---|---|---|
committer | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2022-07-28 10:13:01 +0000 |
commit | 5bf8bc2cea9beb1521e7cc6ccb9eecebd28c0fb1 (patch) | |
tree | 285b682559ff3fbb733ea07103b450ead91a95a0 | |
parent | 3f11e4452f703798a093187ad763493f290374e4 (diff) |
[DCAE] Remove topic provisioning config for PM-Mapper
PM-Mapper was switched to use unauthenticated topic with Jakarta
The topic provisioning config removed to avoid un-necessary
DMAAP dbc-client topic provisioning
Change-Id: Idf5fb3862ae41fad459eb2e8afddc99f71104416
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-3032
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
-rw-r--r-- | kubernetes/dcaegen2-services/components/dcae-pm-mapper/values.yaml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/kubernetes/dcaegen2-services/components/dcae-pm-mapper/values.yaml b/kubernetes/dcaegen2-services/components/dcae-pm-mapper/values.yaml index e023d819b8..37a1045c82 100644 --- a/kubernetes/dcaegen2-services/components/dcae-pm-mapper/values.yaml +++ b/kubernetes/dcaegen2-services/components/dcae-pm-mapper/values.yaml @@ -178,18 +178,6 @@ drSubConfig: privilegedSubscriber: true deliveryURL: http://dcae-pm-mapper:8081/delivery -# MessageRouter Topic, Publisher Configuration -mrTopicsConfig: - - topicName: PERFORMANCE_MEASUREMENTS - topicDescription: PM Mapper publishes perf3gpp VES PM Events to authenticated MR topic - owner: dcaecm - tnxEnabled: false - clients: - - dcaeLocationName: san-francisco - clientRole: org.onap.dcae.pmPublisher - action: - - pub - - view # ConfigMap Configuration for Dr Feed, Subscriber, MR Topics volumes: @@ -197,8 +185,6 @@ volumes: path: /opt/app/config/feeds - name: drsub-config path: /opt/app/config/dr_subs - - name: topics-config - path: /opt/app/config/topics # Resource Limit Flavor -By Default Using Small flavor: small |