commit | a0291a1c9420e287b9efb666a4a7e5dd537aef89 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Tue Aug 21 10:13:18 2018 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Tue Aug 21 10:13:18 2018 -0700 |
tree | 69167e40496e4be30168424dc4391dd1cbc37b64 | |
parent | a4fb03225239821950ed29db2725ca9d237c4de5 [diff] |
Fixing ONU deletion step Change-Id: I29b6206be9963bb9798e5a14a242ad58aa97b5cc
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.