commit | 2ed64b9fc0e1a981b196a471ea470920eb1809ae | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Mon Jun 18 10:32:56 2018 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Mon Jun 18 10:53:59 2018 -0700 |
tree | 5dcfac084fb8f6dea1b7cb5064cb9ac5ed8a5b7b | |
parent | 21ef59f974ae2da657f6ed9fd6c313cbd0f0e17e [diff] |
[CORD-3156] Adding support for mac_address in olt-service Change-Id: I945257416f527b2d019231c9abc4cdf44a5a6a58
This repositoritory contains the XOS service that is responsible for the integration with VOLTHA.
At the moment the RCORDService
assume that this service (or a service exposing the same APIs) is sitting after it in the service chain.
This service will listen for events on the kafka bus, in the topic onu.events
The events this service will react to are:
We assume that:
vOLTService
service is a subscriber of MyOssService
via ServiceDependency
MyOssService
has type = oss
MyOssService
expose and API named validate_onu
validate_onu
API will be responsible to create a subscriber in XOSIf no OSS Service is found in between the providers of vOLTService
no action is taken as a consequence of an event.