commit | 862dad036263e3d0566b15ed99549e90912b684e | [log] [tgz] |
---|---|---|
author | mc <maddie_cheng@edge-core.com> | Tue Aug 06 20:52:51 2019 +0000 |
committer | mc <maddie_cheng@edge-core.com> | Thu Sep 19 19:24:05 2019 +0000 |
tree | 311550796b09f3be30fc8f52d568a040a4ce9356 | |
parent | e1e85adf5e3533b3765ccc3ee0948df94e6ddeb8 [diff] |
SEBA-761 implemented persistent storage using local directory to save and restore device information across pod deployments / read pv mount path from an env variable Change-Id: Ibb7c235a464d2f4388232d393a6ad836c2d45d73
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.