commit | 2044cecd1b7bcf05dfa71084b1a20d033196b631 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Thu Jun 27 15:30:34 2019 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Thu Jun 27 18:14:04 2019 -0700 |
tree | a040a354477bcbb12a8fa037e1edbd92c928ed36 | |
parent | 3581f6476bad0fde849e2f2a8424ec650d169a42 [diff] |
Removing a tech-profile from the data-model if that's not found in etcd Change-Id: Ibd2848cf417eed8a06881c6d9d080728db5965e9
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.