commit | 8b16367f012b318052aaf31ea67f719d3f14e489 | [log] [tgz] |
---|---|---|
author | vigneshethiraj <vignesh.ethiraj@infosys.com> | Tue Jun 04 18:55:19 2019 +0530 |
committer | Matteo Scandolo <teo@opennetworking.org> | Thu Jun 06 15:34:39 2019 -0700 |
tree | f230220cbc1764d8a1233549ae785585be190b7b | |
parent | 48a4f458dacf106573afdda44f6301d484b8278d [diff] |
[SEBA-165] hide backend and policy_status for services which doesn't have those Change-Id: I3e80f21cc5bacc727facd1dba2ed26d880778bf2
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.