Add nexus3 registry coordinates for ric-dash-be image

Use staging repository [nexus3.o-ran-sc.org:10004/ric-dash-be]
Also rename directory to portal-ric-dashboard

Change-Id: I78431ee057062ede5067efd0c9be855cfdeff5b4
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
10 files changed
tree: 0ed50512961aecc87544a2d463f9592f0fa8f5ca
  1. aux/
  2. ricplt/
  3. xapp-admin/
  4. xapp-std/
  5. .gitreview
  6. LICENSES.txt
  7. localize.sh
  8. README.md
  9. runric_env.sh
  10. setup-1node-k8s.sh
README.md

RIC Integration

This repo contains RAN Intelligent Controller (RIC) deployments related files.

Directory Structure

  • kubernetes: scripts for kubernetes related tasks
  • LICENSES.txt:
  • localize.sh: a script for inserting localized infrastructure parameters (docker registry host, port, etc) into helm charts and scripts in this repo
  • ricplt: RIC Platform Helm charts and related scripts
  • runric_env.sh: the env variables for local infrastructure
  • xapps: xapps Helm charts and chart templates

To Generate Localized Charts and Scripts

First we will need to edit the ./runric_env.sh and fill values with local infrastructure parameters.

$ then run:
$ ./localize.sh
$ cd generated

Now the localized scripts and charts are ready to use.