Deploy ORU-App in docker env
This page is out of date.
Please see the relevant page for the latest release: e.g. Release M - 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
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/oruclosedlooprecovery/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, ics, producer, sdnr sims
docker-compose up -dAfter successful run, we should see the docker containers up & running:
Trigger the job:
trigger the job
curl -X POST http://localhost:8086/admin/start -d ""Check logs on oru-app:
check logs
docker logs oru-appWe should be able to see a message like below:
Clean env
clean env
clean env
docker-compose down