commit | 8699e7b5ff401be2c5823274d3ee029503b81a1c | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Thu Jul 05 13:11:14 2018 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Thu Jul 05 13:13:55 2018 -0700 |
tree | 8dbd71b9fd6a364c18b48c905a5463b8cfa79486 | |
parent | e48a4641bcace15fe6e7bab010e075f81161ff44 [diff] |
CORD-3199 fix exception when running onu device tests Change-Id: Ica2057208381038c715b73bf5e0e9e6fc406d565
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.