commit | 2b4c847efec4396673806b2cef1220ff22c67d24 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Wed Jun 26 18:06:47 2019 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Wed Jun 26 18:55:31 2019 -0700 |
tree | b4fad7c55d403c4f143a9ad213c2a0a1288a524b | |
parent | 6e21377ccf54f9d670b57c2bb1ea2d8c43623a9e [diff] |
Do not provision the OLT until the Tech-profile has been pushed into ETCD Change-Id: I78671e63acfaab1ac8d865b22f12a4ca35c11fc1
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.