Tagged by CORD Jenkins version-tag job: 4368, for Gerrit patchset: 18379
Release version 3.0.0

Change-Id: If7a869280150beab68c4bdba568b2e24df6b0703
1 file changed
tree: 9a7272a273be59def163a5120067d3dfcb16e2f4
  1. .dockerignore
  2. .gitignore
  3. .gitreview
  4. CODE_OF_CONDUCT.md
  5. Dockerfile.synchronizer
  6. LICENSE.txt
  7. Makefile
  8. README.md
  9. VERSION
  10. docs/
  11. requirements.txt
  12. samples/
  13. tox.ini
  14. xos/
README.md

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.