commit | e48a4641bcace15fe6e7bab010e075f81161ff44 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Tue Jun 26 10:08:34 2018 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Tue Jun 26 10:08:34 2018 -0700 |
tree | 03fc43a4b7603065287a4fc67944dcb8debf6b6b | |
parent | 096a3cf662e97008d56520c11a1d561bd9585248 [diff] |
[CORD-3120] Adding remove subscriber call in ONOS-VOLTHA Change-Id: Ife1561f71f59e73b7659db236af95f9c70f109d1
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.