commit | 0bbbfd1feba2c568eade6947b3640fc522914095 | [log] [tgz] |
---|---|---|
author | Scott Baker <scottb@onlab.us> | Tue Dec 11 07:01:06 2018 +0000 |
committer | Scott Baker <scottb@onlab.us> | Tue Dec 11 07:01:06 2018 +0000 |
tree | 3487e64c91d515c8e09d60784b919f5c62ef7232 | |
parent | b32c5841731b844597465fb92810c82e86337021 [diff] |
Revert "SEBA-357 remove OLTDevice.uplink_port" This reverts commit b32c5841731b844597465fb92810c82e86337021. Change-Id: Ie17a784e703e3a204829bb7a208e6924d20e520f
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.