commit | 85f54983f6a209a03c0204dcfe0a270a29856b08 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Fri May 18 11:33:35 2018 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Mon May 21 17:10:24 2018 -0700 |
tree | 6b6f7c721959c9f294863e7c51f98700c64a773d | |
parent | e2cb8a4c4a8ff812e0fe79bf9658c85f2a41d6b8 [diff] |
[CORD-3056] Listen for ONU events Change-Id: I304b382718ed43d21708ac8a2eaaed51b87c6af9
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.