commit | 1dc711d450803502313475bed34191a022697c21 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Thu Jun 20 17:04:46 2019 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Thu Jun 20 17:04:46 2019 -0700 |
tree | e061d22e0bd33723e220d11bb0e32385a8d8ae40 | |
parent | 82026251a7c9f6f7b5ed1059183eb3bb7155e70e [diff] |
[SEBA-742] Adding methods to validate subscriber tech_profile association Change-Id: I4287f7021fa2c3cac6f025ac829ab280bf09e8ba
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.