| commit | a108b9c2c1826587d0526251df47960cdc7d3fd2 | [log] [tgz] |
|---|---|---|
| author | Scott Baker <smbaker@gmail.com> | Tue Apr 09 14:13:44 2019 -0700 |
| committer | Scott Baker <smbaker@gmail.com> | Tue Apr 09 21:26:59 2019 -0700 |
| tree | ab68ae9ec9d326d60017ddc3cbea9e381fd3b027 | |
| parent | 377d1dab968a185987a0e4e899fb86486e8f276d [diff] |
SEBA-566 Add linting and fix errors in olt-service Change-Id: I5f766180242714673500199eb55509286489b60b
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.