commit | 2a4dacb2a6867d9edd17196b2105951b3b65a3d4 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Wed Apr 03 13:00:35 2019 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Mon Apr 15 15:11:42 2019 -0700 |
tree | ede84a3dbf7f9d2ab3ce35ca4f65fe6b02eaffec | |
parent | 3e557669dec7fbc80eb787d2d93d7bc2c5a72248 [diff] |
SEBA-206 add switch context to PORT_LOS alarm; add olt name to PORT_LOS alarm; rename alarm Change-Id: I3c5d65c27178dc4e14b4e6b70f955deedaa7d352
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.