Clone this repo:

Branches

Tags

  1. 3a0ec85 Upgradin unzip version Upgrading kubernetes APIs by Matteo Scandolo · 3 years ago master
  2. d67af6c SEBA-995 Kafka endpoint hostname in ONF automation has changed by Scott Baker · 3 years, 10 months ago
  3. e0382b8 SEBA-972 Changes necessary for physical OLT tests by Scott Baker · 4 years ago
  4. 105df15 SEBA-902 single-olt tests; by Scott Baker · 4 years ago
  5. 6c0bc75 [SEBA-974] Add copyright for Edgecore by Dinesh Belwalkar · 4 years ago

device-management Repo.

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

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.