SEBA-902 single-olt tests;
Pin protoc-gen-go to 1.3.2 to resolve compatibility issue;
Run go mod tidy / go mod vendor on importer;
Add Go Module support to demotest

Change-Id: Ifde824fc9a6317b0adc1e12bea54ee1f9b788906
1252 files changed
tree: 8e8db79ff0886e1db95edee7756ee9a5add7c16a
  1. .gitreview
  2. CODE_OF_CONDUCT.md
  3. Dockerfile
  4. Makefile
  5. README.md
  6. VERSION
  7. config.go
  8. data_collector.go
  9. demo_test/
  10. event_subscriber.go
  11. go.mod
  12. go.sum
  13. https-server.crt
  14. https-server.key
  15. kubernetes/
  16. main.go
  17. mock-redfish-server/
  18. proto/
  19. samples/
  20. vendor/
README.md

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.