Initial commit of seed code

Change-Id: Ib42ee7294dbfa39bd515380d11aa8e0459748d7e
Signed-off-by: wrider <lji@research.att.com>
17 files changed
tree: ad98c8f6d02e1ba019ba99fddbbefff4abefc882
  1. xapp-admin/
  2. xapp-std/
  3. .gitreview
  4. LICENSES.txt
  5. localize.sh
  6. README.md
  7. runric_env.sh
  8. 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.