commit | d6c325a6ee6d18e7e0bcb58bc03a2e3ad0a7ebe1 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Tue Sep 04 14:28:23 2018 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Tue Sep 04 14:28:23 2018 -0700 |
tree | 741661c49e20cc0f40ed6351719a79326e12c060 | |
parent | 242c29672003dc654c1f45eb0eb9ede648d88506 [diff] |
[SEBA-218] Making ONU serial number handling case insensitive Change-Id: I7cd42041709c5e8041959da84c7e1853a8ba0636
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