| commit | b32c5841731b844597465fb92810c82e86337021 | [log] [tgz] |
|---|---|---|
| author | Scott Baker <smbaker@gmail.com> | Mon Dec 10 15:35:32 2018 -0800 |
| committer | Scott Baker <smbaker@gmail.com> | Mon Dec 10 15:35:32 2018 -0800 |
| tree | 6e6fa0a2cb36035866190e8cce3800fdc8508add | |
| parent | 22b46c535e7d3d8992ab44dcb955b3819501c136 [diff] |
SEBA-357 remove OLTDevice.uplink_port Change-Id: I52b86af77937de16478e9badac48abaca47ce369
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 ServiceDependencyMyOssService has type = ossMyOssService expose and API named validate_onuvalidate_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.