[CORD-3057] Basic OSS Service implementation

Change-Id: Ieacda8b3e4518fb133e97baaab554356d4e6bc3c
18 files changed
tree: adf0e8f1122e4153bf80e34f6551d9ca576eaffe
  1. .gitignore
  2. .gitreview
  3. Dockerfile.synchronizer
  4. LICENSE.txt
  5. README.md
  6. VERSION
  7. samples/
  8. xos/
README.md

Hippie OSS

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

How to install this service

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