commit | 09798d887f57126f50f1d28794a3c520af521d90 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Thu Jan 17 08:34:59 2019 -0800 |
committer | Scott Baker <smbaker@gmail.com> | Fri Jan 18 15:09:45 2019 -0800 |
tree | b308a540705329087a42ab5eb5ff2395b4626f0c | |
parent | 2108e7573b45dcff54dc434b428a95f7aacaa220 [diff] |
SEBA-406 OLT Admin_state as declarative instead of feedback state Change-Id: I5ae35f02bfc23d966049b39db5141d52311da297
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.