commit | 53d61192c22587d9d7dbccd4661c7ed5af808334 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Fri Jun 01 16:11:14 2018 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Tue Jun 05 09:08:32 2018 -0700 |
tree | 178f24e026483c06534d3d2c433202b2f0cb2842 | |
parent | 50db7014852661632284e6bc42616c1badb3ce9a [diff] |
[CORD-3125] Disabling ONU in VOLTHA Change-Id: Ieb09a7a4c64d53121a23fbb617068463d1138077
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.