Initial commit of seed code
[it/dep.git] / README.md
1 # RIC Integration
2
3 This repo contains RAN Intelligent Controller (RIC) deployments related files.
4
5
6 ### Directory Structure
7 - kubernetes: scripts for kubernetes related tasks
8 - LICENSES.txt:
9 - localize.sh: a script for inserting localized infrastructure parameters (docker registry host, port, etc) into helm charts and scripts in this repo
10 - ricplt: RIC Platform Helm charts and related scripts
11 - runric_env.sh: the env variables for local infrastructure
12 - xapps: xapps Helm charts and chart templates
13
14 ### To Generate Localized Charts and Scripts
15
16 First we will need to edit the ./runric_env.sh and fill values with local infrastructure parameters.
17
18 ```sh
19 $ then run:
20 $ ./localize.sh
21 $ cd generated
22 ```
23
24 Now the localized scripts and charts are ready to use.