Docker based NONRTRIC Installation

1. Introduction

This page provides the docker based installation guidelines for all the NONRTRIC components.

2. Minimum Requirements

  • Cores : 8

  • RAM : 20G

  • Storage : 50G

  • Operating System : Ubuntu (20.04/22.04)

3. Installation

Step by step installation instructions for this installation is available as part of the page Release J - Run in Docker - Non-Realtime RIC - Confluence/Wiki.

Steps provided below provides an overview of the expected steps.

3.1) Step 1: Install base components.

Expected Result: Base components(docker, docker-compose, curl,…) should be installed and available to use.

3.2) Step 2: Create a docker network to be used by all NONRTRIC components.

Expected Result: Successful creation of docker network.

3.3) Step 3: Modify the configuration and run docker containers.

Expected Result: Expected docker containers should be up and running.

4. Post-Installation Verification

All the expected containers should be up and running.

The detailed verification steps are provided as part of Release J - Run in Docker - Non-Realtime RIC - Confluence/Wiki .

5. Troubleshooting

  • Issue 1: NONRTRIC components unable to reach the dependent components
    Solution: This may happen due to the usage of different docker network. The installation instructions shows the step to create a common docker network for this usage.

6. Additional Resources