commit | cd94019075b64ed3ae518fa13dfbf3efa5479d2e | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@opennetworking.org> | Wed May 15 12:59:35 2019 -0700 |
committer | Andy Bavier <andy@opennetworking.org> | Wed May 15 13:55:52 2019 -0700 |
tree | 5298cc8162b34b5ffbacfe30dcbcafa6ca295e5f | |
parent | da0d6c477f05a892e96671a1cbd8cc6df39d62f5 [diff] |
SEBA-664 Allow ONU to be manually disabled Change-Id: Ib23d16eca9a0a9b6c4315791e285f6e52e858e8a
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.