commit | 4a716cca769f7693a45eed0cec2ac212b91cc900 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Thu Feb 07 17:07:27 2019 -0800 |
committer | Matteo Scandolo <teo@opennetworking.org> | Wed Feb 20 17:24:36 2019 -0800 |
tree | 0fa37f0bdd5bdc3e59261408b4dde99344ac23f2 | |
parent | e04a488bda87b5b56dce7120a33e012c55c2db98 [diff] |
[SEBA-475] Generated migrations with xos-migrate Change-Id: I21f5db0c59dd1317034fe9c80b595379653f6fb5
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.