RIC Platform Installation
Directory Structure
- appmgr: xApp Manager Helm Chart
- common: Common Helm Chart
- dbaas: Database as a Service Helm Chart
- dist: local helm chart repo store
- e2mgr: E2 Termination Manager Helm Chart
- e2term: E2 Termination Helm Chart
- helm_reset.sh: script for reseting local helm repo
- prepull.sh: scriptr for pre-pulling all RIC platform component docker images
- preric: Pre-RIC Helmn Chart (for setting infrastructure resources such as docker registry credential)
- ric: RIC Helm Chart
- ric_env.sh: script for setting up various env varibles needed for RIC
- ric_install.sh: RIC "one-click" installation script
- ric_uninstall.sh: RIC uninstallation
- rtmgr: Routing Manager Helm Chart
To Install RIC Platform Deployment
$ # set environment variables
$ . ./ric_env.sh
$ # reset helm and local chart repo
$ ./helm_reset.sh
$ # install RIC platform
$ ./ric_install.sh
To Unnstall RIC Platform Deployment
$ # uninstall RIC platform
$ ./ric_uninstall.sh