xApps Deployment
AD xApp:-
Building Docker Images:
localhost:5000/<xappname>:tag
Command: docker build -t nexus3.o-ran-sc.org:10002/oran-ric/ad:0.0.1 .
Onboarding AD xApp:
Path: ad/xapp-descriptor
Command: dms_cli onboard config.json schema.json
Installing AD xApp:
Path: ad/xapp-descriptor
Command: dms_cli install ad 1.0.0 ricxapp
AD xApp deployed and Pods are running
Qp xApp:-
Building Docker Images:
Path: qp
Command: docker build -t nexus3.o-ran-sc.org:10002/oran-ric/qp:0.0.1 .
Onboarding QP xApp:
Path: qp/xapp-descriptor
Command: dms_cli onboard config.json schema.json
Installing QP xApp:
Path: qp/xapp-descriptor
Command: dms_cli install qp 1.0.0 ricxapp
QP xApp deployed and Pods are running
TS xApp:-
Building Docker Images:
Path: ts
Command: docker build -t nexus3.o-ran-sc.org:10002/o-ran-sc/ric-app-ts:3.9.9 .
Onboarding TS xApp:
Path: ts/xapp-descriptor
Command: dms_cli onboard config-file.json schema.json
Installing TS xApp:
Path: ts/xapp-descriptor
Command: dms_cli install trafficxapp 3.9.9 ricxapp
TS xApp deployed and Pods are running
1. Introduction
Detail the approach of steps for <add here> deployment
1.1) Description
1.2) System topology
2. Minimum Requirements
Detail the hardware and software requirements necessary for the installation
Cores
RAM
Storage
Operating System
3. Installation
step-by-step instructions for deployment
3.1) Step 1
Expected Result:
3.2) Step 2:
Expected Result:
3.3) Step 3:
Expected Result:
4. Post-Installation Verification
Outline how to verify that the installation was successful.
4.1) Step 1:
Expected Result:
4.2) Step 2:
Expected Result:
5. Troubleshooting
Provide common issues and their solutions.
Issue 1: (Describe the issue.)
Solution: (Provide the solution.)
6. Additional Resources
List of additional documentation, links, or resources that may be helpful.
Documentation: (Link to official documentation or user manuals.)
Support: (Contact information for support or a link to a support forum.)