Migration to new event defination for OpenONU adapter

     This change is for the migration of alarms and KPIs for earlier
     separate defination of AlarmEvent and KPIEvent to a generic format
     called Event where it could be an alarm or a KPI event

     An event manager adapter_events handles the event submission.

Change-Id: If088a1876fbbae2975ef77c4364dd96bbe361c8d
diff --git a/python/compose/system-test.yml b/python/compose/system-test.yml
index fd89e20..069c856 100644
--- a/python/compose/system-test.yml
+++ b/python/compose/system-test.yml
@@ -168,6 +168,7 @@
       "--kafka_adapter=${DOCKER_HOST_IP}:9092",
       "--kafka_cluster=${DOCKER_HOST_IP}:9092",
       "--core_topic=rwcore"
+      "--event_topic=voltha.events"
     ]
     networks:
     - default