commit | 578e5e50c9a99646117856c56ec4141df7351e63 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Wed Sep 19 09:58:00 2018 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Wed Sep 19 09:58:00 2018 -0700 |
tree | 56148607c39087e2f038b94a7c82910d6bf54b80 | |
parent | f7ebb1121f584d5778bc2562874074b0a2ef9236 [diff] |
Building from newer core and releasing minor Change-Id: Iaa7d4f07e8ee2c32b5e7b191a81279d15a61e10c
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.