[SEBA-176] Adding activate_onu convenience method

Change-Id: Id1fe2d6879e7dcead8fe48e14d8f6dd8bb4e5698
3 files changed
tree: d9398be4f8e70a3ae5886f676476f46a891ef90a
  1. .gitignore
  2. .gitreview
  3. Dockerfile.synchronizer
  4. LICENSE.txt
  5. README.md
  6. VERSION
  7. docs/
  8. samples/
  9. xos/
README.md

AT&T Workflow Driver

This service is intended to be an example implementation of a service that integrates XOS with an external OSS system. As the name suggests this service will be very welcoming and validate any ONU that is connected to the system.

Peace and Love

NOTE: This service depends on RCORDSubscriber and ONUDevice so make sure that the rcord-synchronizer and volt-synchronzier are running

How to install this service

Make sure you have xos-core, rcord-lite and kafka running.

To install from master:

helm install -n att-workflow xos-services/att-workflow-driver/

To install from the local docker daemon in minikube:

helm install -n att-workflow xos-services/att-workflow-driver/ -f examples/image-tag-candidate.yaml -f examples/imagePullPolicy-IfNotPresent.yaml

Configure this service