X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=solution%2FREADME-O-RU-Controller.md;h=c652f1e7945b006253cac764a93174f66ca4e0ec;hb=e6d545562a68baea8b86be8face64f6a5c0bece8;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..c652f1e 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 @@ -75,9 +83,11 @@ $ cat /etc/hosts gateway.smo.o-ran-sc.org identity.smo.o-ran-sc.org messages.smo.o-ran-sc.org - ves-collector.oam.smo.o-ran-sc.org odlux.oam.smo.o-ran-sc.org - controller.oam.smo.o-ran-sc.org + flows.oam.smo.o-ran-sc.org + tests.oam.smo.o-ran-sc.org + ves-collector.dcn.smo.o-ran-sc.org + controller.dcn.smo.o-ran-sc.org ``` @@ -87,10 +97,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-11221 python network/config.py ``` @@ -100,9 +110,9 @@ python network/config.py https://odlux.oam.smo.o-ran-sc.org - User: admin // see .env file + User: admin - Password: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U + Password: // see .env file In case of trouble, please update the commands with your customized '.env' file. @@ -123,7 +133,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 ```