commit | e0382b85c95a1bef153a08c120675bb57b8a209f | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Fri May 01 14:53:45 2020 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Mon May 04 08:56:26 2020 -0700 |
tree | 83359dd1b619d93289ae8ddbf88ab7e092925bf3 | |
parent | 105df155031e6625326f74ff3a790fbfef5b6d4f [diff] |
SEBA-972 Changes necessary for physical OLT tests Change-Id: If44d9195d8abe9766cd3bc9c44c36ddd1d960752
This Repo contains the code for importer and related functionality. Importer is module which collects the device data from the devices which support REDFISH and publishes onto kafka bus. Exporter is another module which listens on kafka bus and makes the data available to the dashboard for user.
Importer gets the device details from NEM and periodicaly collects data using REDFISH RESTful APIS based on HTTP. The interface between NEM andimporter is GRPC. Importer also registers for events from the device like alerts, removal/insertion events. It then publishes data on kafka bus to collect the data.