commit | 7529882768af4411b5a2c2fc75bd1ee84163d358 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue May 22 11:25:42 2018 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue May 22 15:23:03 2018 -0700 |
tree | adf0e8f1122e4153bf80e34f6551d9ca576eaffe | |
parent | 586f181e605f24f5169b778b9faed7d57f3c7345 [diff] |
[CORD-3057] Basic OSS Service implementation Change-Id: Ieacda8b3e4518fb133e97baaab554356d4e6bc3c
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 so make sure that the
rcord-synchronizer
is running
Make sure you have xos-core
, rcord-lite
and kafka
running.
To install from master:
helm install -n hippie xos-services/hippie-oss/
To install from the local docker
daemon in minikube:
helm install -n hippie xos-services/hippie-oss/ -f examples/image-tag-candidate.yaml -f examples/imagePullPolicy-IfNotPresent.yaml