commit | 3cbc3084cc7c2b29b893117ed454840d1d2c458f | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Tue Aug 14 17:37:28 2018 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Tue Aug 14 17:37:28 2018 -0700 |
tree | 39ff1e32de27f9c578a6196799add3e03a52f712 | |
parent | 07b1ae98635d2311566ac8d8e355d54788e9d63a [diff] |
[SEBA-182] Adding config docs Change-Id: I8402c80f95ad0702750f85eba10ec34db7221457
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