commit | 52846baf114e6ea93c47cac9eda2fb3d0085bd69 | [log] [tgz] |
---|---|---|
author | Daniele Moro <daniele@opennetworking.org> | Thu Mar 19 17:59:19 2020 +0100 |
committer | Daniele Moro <daniele@opennetworking.org> | Mon Mar 30 11:28:16 2020 +0200 |
tree | a7b5ed417efd9435279fb1d0000af214bccf5ca9 | |
parent | 8197a28004ab24aaf9036669abe04a7b2fd43991 [diff] |
Bump xos libraries to version 4.0.0 Change-Id: I7cc0eed4930ba0948e07befd9c23b4a6e5503df1
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.