aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/charts/aai-data-router/resources/dynamic/routes/entity-event.route
diff options
context:
space:
mode:
authorMandeep Khinda <Mandeep.Khinda@amdocs.com>2018-03-27 18:15:20 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-27 18:15:20 +0000
commit262bc57bb3be7d222fe6e521344a8fd7e918be8c (patch)
tree6edab70e7c678a5f51cf975fba29e368cde76e82 /kubernetes/aai/charts/aai-data-router/resources/dynamic/routes/entity-event.route
parentcb047cbcd492cfac220745b6509912de29b9344c (diff)
parent9bf2731ab42d49b3ac89d07e0e1282f685151c57 (diff)
Merge "Add standardized helm chart for aai"
Diffstat (limited to 'kubernetes/aai/charts/aai-data-router/resources/dynamic/routes/entity-event.route')
-rw-r--r--kubernetes/aai/charts/aai-data-router/resources/dynamic/routes/entity-event.route4
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/aai/charts/aai-data-router/resources/dynamic/routes/entity-event.route b/kubernetes/aai/charts/aai-data-router/resources/dynamic/routes/entity-event.route
new file mode 100644
index 0000000000..7b4e902313
--- /dev/null
+++ b/kubernetes/aai/charts/aai-data-router/resources/dynamic/routes/entity-event.route
@@ -0,0 +1,4 @@
+<route xmlns="http://camel.apache.org/schema/spring" trace="true">
+ <from uri="event-bus:mybus/?eventTopic=AAI-EVENT&amp;groupName=datarouter&amp;groupId=datarouter&amp;url=http://dmaap.{{.Release.Namespace}}:3904"/>
+ <to uri="bean:entityEventPolicy?method=process"/>
+</route>