commit | 0d756f2a14f1ec2c0094d7f7b9be50298cd442ec | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Mon Jun 10 14:55:55 2019 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Wed Jun 12 00:48:34 2019 +0000 |
tree | 9bb8760a26e20c1c7c9a7e0d9a7111f72edc6ac5 | |
parent | 2e713b7764c207d08d1d760acdae9a551b5d7675 [diff] |
[SEBA-723] Removing ONOS parameters from vOLT Service Change-Id: I18a44dace5aa7b7c26f06d0b320631cc23114b71
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.