commit | d01fae7363a629dca9d2c67ff73be6c3c5b42649 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Tue Dec 11 12:27:27 2018 -0800 |
committer | Scott Baker <smbaker@gmail.com> | Tue Dec 11 17:49:52 2018 -0800 |
tree | 74c87068ef02aaaaddecf30e698d609eb1fc1f77 | |
parent | 0bbbfd1feba2c568eade6947b3640fc522914095 [diff] |
SEBA-357 Use nni port number as uplink port when pulling Change-Id: I4c4f04d8f1f56544553f898043d217ab707fc496
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.