commit | 5d03e17def918c7916552906d925fa7eaffb2c3c | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Fri Apr 10 14:56:20 2020 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Mon Apr 13 11:01:23 2020 -0700 |
tree | 9366b96648ad4d7a621cde98692e2f0fa5a40a23 | |
parent | bdb962b0e4bf70d969b397de34cbdb39beba9757 [diff] |
SEBA-971 robot test integration with jenkins Change-Id: I47c453d90fc4cd7b9717e6a39e553a46b8d27b43
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.