commit | 8718300e68ecec217918c12f6a7be5a4b0f5596d | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Mon Aug 13 13:25:10 2018 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Mon Aug 13 16:41:22 2018 -0700 |
tree | b501c037446b6e134fb8aee411f26312d912b6d6 | |
parent | 8091294f01d9c7c6f3a7776e40f9ec5759910459 [diff] |
[SEBA-180] moved onu event in att-workflow driver Change-Id: I08a55cd7728f7a2bb5a0c03f18a6f14a773bbf9c
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.