commit | 778fef79c5203a04902c0bd0f0bd1acc7ce54379 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Mon Apr 22 13:32:36 2019 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Mon Apr 22 13:32:36 2019 -0700 |
tree | c8786cde847c50b1cb73c3213726c7744b23a35d | |
parent | 48ea384c41f9f18a8e36cd9429751c75e983095b [diff] |
[SEBA-598] Support OLT.mac_address in pull_steps Change-Id: I464e9f9fd42c83af3f3589b36b7c53be57b99ae7
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.