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 pm-mapper odu-app along with mr, sdnr simulators in docker env and how to configure filters in pm-mappercheck logs etc.
Prerequisite
- Docker
- make
- bash
- linux(ubuntu 18+)
...
Code Block | ||||
---|---|---|---|---|
| ||||
git clone "https://gerrit.o-ran-sc.org/r/nonrtric" |
...
Code Block | ||||
---|---|---|---|---|
| ||||
cd test/usecases/odusliceassurance/goversion/ |
...
Code Block | ||||
---|---|---|---|---|
| ||||
docker-compose up -d |
After successful run, we should see the docker containers up & running:
Check logs on
...
odu-app:
Code Block | ||||
---|---|---|---|---|
| ||||
docker logs odu-app |
...