/
Deploy ODU-App in docker env

Deploy ODU-App in docker env

This page is out of date.
Please see the relevant page for the latest release: e.g. Release J - Run in Docker


This is a brief instruction on how to deploy odu-app along with mr, sdnr simulators in docker env and check logs etc.

Prerequisite

  • Docker
  • make
  • bash
  • linux(ubuntu 18+)

Installation

copy nonrtric repo from oran gerrit

clone nonrtric repo
git clone "https://gerrit.o-ran-sc.org/r/nonrtric"

go to sub-directory:

go to subfolder
cd test/usecases/odusliceassurance/goversion/

run "docker-compose up -d" , this docker-compose file is to build all images needed and make all these components up & running:

install oru-app, mr and sdnr sims
docker-compose up -d

After successful run, we should see the docker containers up & running:

Check logs on odu-app:

check logs
docker logs odu-app

We should be able to see a message like below:


Clean env

clean env

clean env
docker-compose down

Related content

Deploy ORU-App in docker env
Deploy ORU-App in docker env
More like this
Run Apex Policy for O-RU & O-DU use case
Run Apex Policy for O-RU & O-DU use case
More like this
How to install the O1 interface.
How to install the O1 interface.
More like this
OAM: Deployment Guideline
OAM: Deployment Guideline
More like this
OAM: Deployment Guideline
OAM: Deployment Guideline
More like this
How to test the O1 interface
How to test the O1 interface
More like this