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



This is a brief instruction on how to deploy oru-app along with ics, producer, sdnr simulators, and check logs etc.

Prerequisite

Installation

copy nonrtric repo from oran gerrit

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

go to sub-directory:

cd test/usecases/oruclosedlooprecovery/goversion/

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

docker-compose up -d

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

Trigger the job:

curl -X POST http://localhost:8086/admin/start -d ""

Check logs on oru-app:

docker logs oru-app

We should be able to see a message like below:


Clean env

clean env

docker-compose down