Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This page discusses the process to install SDNR/SDNC into the ONAP installation at OWL (ONAP Wireless Laboratory) in WINLAB at Rutgers University.  We describe this The ONAP installation itself is described in the wiki page ONAP Wireless Laboratory (OWL) at Wireless Information Network Laboratory (WINLAB).  This page describes how to install a development Docker image of SDNC into ONAP rather than the default image taken from nexus3.onap.org:10001 repository.  Given the close deadline for the PoC, we have decided to develop our code in a github site that is outside of the ONAP gerrit.  However, the starting point for the code will be a branch of the ONAP gerrit, and we will fully conform with ONAP practices.  The intent is to submit the code to the ONAP gerrit after the PoC.  The github site is at https://github.com/onap-oof-pci-poc?tab=repositories.  Please give me your github username if you want read/write access

Procedure

We have agreed to install the karaf features into CCSDK and then create a SDNC docker image from that CCSDK image.  The OOM Rancher/Kubernetes helm charts are structured to install SDNC, and we can take advantage of their work.

...