commit | e8c33d666b43d6a4352be8d0e72cbcb19f7f02c9 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Thu Aug 16 14:37:24 2018 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Thu Aug 16 16:12:17 2018 -0700 |
tree | 5f6bbdec88dbb6978ae9228cd8f80af8ef3491b5 | |
parent | 9d9274203174816fa988a4ab47ef116bf0ce7976 [diff] |
[SEBA-164] Forcing subscriber auth if onu goes down Change-Id: I6d1b721ac67533fb2b58048666771b50d3a84b2b
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
andvolt-synchronzier
are running
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