commit | 12687733bcff063a4046e88da3c268549f30bc3c | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Tue Mar 19 15:40:57 2019 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Fri Mar 22 17:56:58 2019 -0700 |
tree | 0f653337f64dcaf7e954e168be8fae0d317628e1 | |
parent | 740ffc861f564957ef4c6ca88d4e617f92a712cf [diff] |
SEBA-206 Report OLT link connectivity in OLTDevice model Change-Id: Icb3a75d719adac6d8eea139fe9d00d34a11baecb
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.