X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=solution%2FREADME-O-RU-Controller.md;h=c57a696a38512a9cbab400a1589c0511ee41722e;hb=b20bf52a84bf13a89edc37f6702f8441e0e0fe01;hp=50f0760005f1d06be3e53d70e71887fbe099069f;hpb=55f6fa0cba33c73b5ba6cb3a9c74b13bf45a7da0;p=oam.git diff --git a/solution/README-O-RU-Controller.md b/solution/README-O-RU-Controller.md index 50f0760..c57a696 100644 --- a/solution/README-O-RU-Controller.md +++ b/solution/README-O-RU-Controller.md @@ -5,6 +5,14 @@ as component for O-DU and/or SMO implementations. ## Prerequisites +### Resources + +The solution was tested on a VM with + +- 4x Core +- 16 GBit RAM +- 50 Gbit Storage + ### Operating (HOST) System ``` @@ -24,8 +32,8 @@ Please follow the required docker daemon configuration as documented in the foll ### Docker Compose ``` -$ docker-compose version -Docker Compose version v2.16.0 +$ docker compose version +Docker Compose version v2.17.2 ``` ### GIT @@ -87,10 +95,10 @@ The following commands should be invoked. More detailed can be found in the next chapters. ``` -docker-compose -f smo/common/docker-compose.yml up -d +docker compose -f smo/common/docker-compose.yml up -d python smo/common/identity/config.py -docker-compose -f smo/oam/docker-compose.yml up -d odlux controller -docker-compose -f network/docker-compose.yml up -d ntsim-ng-o-ru-fh-11221 +docker compose -f smo/oam/docker-compose.yml up -d odlux controller +docker compose -f network/docker-compose.yml up -d ntsim-ng-o-ru-fh-11221 python network/config.py ``` @@ -123,7 +131,7 @@ In the O-RU Controller UI you should see the generated alarm notifications of th To stop all container please respect the following order ``` -docker-compose -f network/docker-compose.yml down -docker-compose -f smo/oam/docker-compose.yml down -docker-compose -f smo/common/docker-compose.yml down +docker compose -f network/docker-compose.yml down +docker compose -f smo/oam/docker-compose.yml down +docker compose -f smo/common/docker-compose.yml down ```