commit | 10928ddc362f2867b3cd641321dec34b0b778545 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Tue Oct 16 17:49:03 2018 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Tue Oct 16 17:49:28 2018 -0700 |
tree | c66dc074b7d7510702de1178a420fa0ddfc9855c | |
parent | 4587665ade7e8cfe3294e6f169f9953751e32c79 [diff] |
Adding timeout to pull_step request to avoid blocking the thread if VOLTHA is not answering Change-Id: Ia4b34807d3a059c1c35e564c692a2481000a235c
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.