Clone this repo:
  1. 14a3a40 Release version 3.0.0 by Daniele Moro · 4 years, 1 month ago master 3.0.0
  2. 52846ba Bump xos libraries to version 4.0.0 by Daniele Moro · 4 years, 1 month ago
  3. 8197a28 Adding Code of Conduct by Matteo Scandolo · 4 years, 5 months ago
  4. b9d725d SEBA-785 Update olt-service service documentation by Scott Baker · 4 years, 10 months ago
  5. 045b04d Save a tech-profile again if it has not been modified (needed to force re-sync) by Matteo Scandolo · 4 years, 10 months ago 2.2.4

vOLT

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.

ONU activation discovery

This service will listen for events on the kafka bus, in the topic onu.events

The events this service will react to are:

  • onu activated

ONU Activation policy

We assume that:

  • the vOLTService service is a subscriber of MyOssService via ServiceDependency
  • MyOssService has type = oss
  • MyOssService expose and API named validate_onu
    • the validate_onu API will be responsible to create a subscriber in XOS

If no OSS Service is found in between the providers of vOLTService no action is taken as a consequence of an event.