commit | ae33e1674d0b3fd2a327cb6740414e19536768cd | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@onlab.us> | Mon Jan 28 11:47:00 2019 -0700 |
committer | Andy Bavier <andy@onlab.us> | Mon Jan 28 11:52:17 2019 -0700 |
tree | a113e6dd04131cb6c7281da72ffe01936d1667ab | |
parent | 3b76ab0c5bc309aefddebd364cde8e21e3351da1 [diff] |
[SEBA-423] Make admin_state purely declarative Change-Id: I82c6951eba8f2a82a9bb58f672724879b44c1873
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.