commit | fc4f466d6a05466097cdcfff1990e732c3b288b0 | [log] [tgz] |
---|---|---|
author | Zhe Huang <zhehuang@research.att.com> | Fri May 24 12:16:48 2019 -0400 |
committer | Zhe Huang <zhehuang@research.att.com> | Fri May 24 12:16:48 2019 -0400 |
tree | e8efffcac71a247ca68fa90629be53f01ea9d245 | |
parent | 1185de0a37a13edef909d9159b4b45687ae05205 [diff] |
Fix the wrong path in the install scripts Signed-off-by: Zhe Huang <zhehuang@research.att.com> Change-Id: I26746508007ff8d4b2aed87a90c6b95628ab4990
This repo contains RAN Intelligent Controller (RIC) deployments related files.
. ├── aux Deployment scripts, charts and configuration files for RIC auxiliry functions ├── infra Deployment scripts, charts and configuration files for infrastructure support ├── LICENSES.txt License information ├── README.md This file ├── ric-platform Deployment scripts, charts and configuration files for RIC platform components └── xapps xApp related scripts, charts and configuration files
The root directories are orgainzed according to the deployment plans. Each directory contains subdirectories for different deployable components. The prefix of these subdirectories represents the deployment order. The smaller the prefix number the eariler the corresponding component will be deployed. Consider the following example, . ├── aux │ └── 80-Auxiliary-Functions ├── infra │ ├── 00-Kubernetes │ └── 10-Nexus ├── LICENSES.txt ├── README.md ├── ric-platform │ ├── 20-Credential │ └── 50-RIC-Platform └── xapps └── 90-xApps when deploys the ric-platform, the credential is deployed before RIC-Platform.
In each of the component directory, ./etc contains the configuration file, ./bin contains the binary and script files, ./helm contains the helm charts, and ./docker contains docker related files for building the docker images. Please refer to the README.md files in individual directory for more details.
TBD will update when we have the root installer.
TBD will update when we have the root installer.