adding ricplt directory as seed code

Change-Id: I69a91788be7cd028b009305fc71b534bbc0f44bb
Signed-off-by: rshacham <rshacham@research.att.com>
75 files changed
tree: 233f46fd49252a54ef25058b856cbfb0baed5a13
  1. ricplt/
  2. xapp-admin/
  3. xapp-std/
  4. .gitreview
  5. LICENSES.txt
  6. localize.sh
  7. README.md
  8. runric_env.sh
  9. 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.