| commit | 3581f6476bad0fde849e2f2a8424ec650d169a42 | [log] [tgz] |
|---|---|---|
| author | Scott Baker <smbaker@gmail.com> | Wed Jun 26 14:24:20 2019 -0700 |
| committer | Scott Baker <smbaker@gmail.com> | Thu Jun 27 11:45:26 2019 -0700 |
| tree | 569f7a2943fd344b32ab68b6e007927e777bd638 | |
| parent | 2b4c847efec4396673806b2cef1220ff22c67d24 [diff] |
SEBA-746 do not overwrite OLTDevice serial number with empty string; Ensure OLTs with an incorrect serial number don't work Change-Id: Idd1665ce427351195a8a848d8404aeeb4a997b98
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.