[DCAE] Fix tcagen2 output topic 29/113429/2
authorvv770d <vv770d@att.com>
Thu, 1 Oct 2020 15:37:52 +0000 (15:37 +0000)
committerVijay Venkatesh Kumar <vv770d@att.com>
Fri, 2 Oct 2020 14:07:54 +0000 (14:07 +0000)
Control loop output from TCAGen2 is expected on
DCAE_CL_OUTPUT topic by Policy (which is used triggering
further action)

Change-Id: I1f33b9e79b5101484ca74ce5b7e9054c7a19ff17
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-2467
Signed-off-by: vv770d <vv770d@att.com>
kubernetes/dcaegen2/components/dcae-bootstrap/resources/inputs/k8s-tcagen2-inputs.yaml

index 5074cb8..02e4dd6 100644 (file)
@@ -19,4 +19,4 @@
 tag_version: {{ include "common.repository" . }}/{{ .Values.componentImages.tcagen2 }}
 {{ end }}
 tca_handle_in_subscribe_url: "http://{{ .Values.config.address.message_router }}:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/"
-tca_handle_out_publish_url: "http://{{ .Values.config.address.message_router }}:3904/events/unauthenticated.TCAGEN2_OUTPUT/"
+tca_handle_out_publish_url: "http://{{ .Values.config.address.message_router }}:3904/events/unauthenticated.DCAE_CL_OUTPUT/"