Update repo URL domain name

Change-Id: Ia27b1763d8a06a595a75d91f68091de69267d4cc
Signed-off-by: wrider <lji@research.att.com>
1 file changed
tree: 0a8b04db2ec68a2747c08f19b50539b9aeb569c5
  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.