Helm chart for RIC dashboard webapp

Includes SPRING_APPLICATION_JSON in configmap

Change-Id: I17f145e3365f1609f1baca74099d1122c47c8262
Signed-off-by: Huang, Zhe (eefelixwong) <zhehuang@research.att.com>
10 files changed
tree: 810da7fe74ac7c257641bda96c4793f543f4f269
  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.