commit | 9d9274203174816fa988a4ab47ef116bf0ce7976 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Wed Aug 15 14:50:50 2018 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Wed Aug 15 14:50:50 2018 -0700 |
tree | 659369721608baa32d41d5f4ed6759f7ff0c8c99 | |
parent | 53da44c4ca0798993482b4cebcb53fb7bc8f76cd [diff] |
Fixing whitelist validation Change-Id: I4fc38a67e5294d30ff3d9cf2d98bef68eaa4f1d0
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