commit | 2360fd980415ac18934cfe715787c848ef637556 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Tue May 29 17:27:51 2018 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Wed May 30 15:26:04 2018 -0700 |
tree | a30d870ea92444e950021f877dcf256e452c1740 | |
parent | 6be6ee9125e4af3a251452e2b2c468775dfa56cc [diff] |
[CORD-3008] Before removing OLT check that no subscribers are using it Change-Id: I7f3d0f9d552a74a05c3f447cbb35b75f29595c87
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.