commit | 1185de0a37a13edef909d9159b4b45687ae05205 | [log] [tgz] |
---|---|---|
author | Zhe Huang <zhehuang@research.att.com> | Thu May 23 16:08:00 2019 -0400 |
committer | Zhe Huang <zhehuang@research.att.com> | Thu May 23 16:08:00 2019 -0400 |
tree | f3a9ce041874e6fc185022968b86a28eb3327a5f | |
parent | 033ab424056c2de6bdbc22479e961aeebbaddd37 [diff] |
This patch adds the README files Signed-off-by: Zhe Huang <zhehuang@research.att.com> Change-Id: I8356dedf61795d9c140db05d45de2fe2bc609b6e
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.