summaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2/components/dcae-bootstrap
diff options
context:
space:
mode:
authorvv770d <vv770d@att.com>2020-10-01 15:37:52 +0000
committerVijay Venkatesh Kumar <vv770d@att.com>2020-10-02 14:07:54 +0000
commit21dce441f1ca56acd8a76fbfc6649179747ad510 (patch)
tree417b01e68bcc6243cef870514f92aee5f4fac18e /kubernetes/dcaegen2/components/dcae-bootstrap
parentc5fa56da9a576f2dff75f720a590439fe8ce5097 (diff)
[DCAE] Fix tcagen2 output topic
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>
Diffstat (limited to 'kubernetes/dcaegen2/components/dcae-bootstrap')
-rw-r--r--kubernetes/dcaegen2/components/dcae-bootstrap/resources/inputs/k8s-tcagen2-inputs.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/dcaegen2/components/dcae-bootstrap/resources/inputs/k8s-tcagen2-inputs.yaml b/kubernetes/dcaegen2/components/dcae-bootstrap/resources/inputs/k8s-tcagen2-inputs.yaml
index 5074cb8a7f..02e4dd68fd 100644
--- a/kubernetes/dcaegen2/components/dcae-bootstrap/resources/inputs/k8s-tcagen2-inputs.yaml
+++ b/kubernetes/dcaegen2/components/dcae-bootstrap/resources/inputs/k8s-tcagen2-inputs.yaml
@@ -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/"