Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ScriptsStart OStart ODL


OTFOAMNONRTRICRICPRICAPPO-DUO-CUTest ResultNotes
Deployment Artifacts

Docker Container
Containers are locally built






Helm Charts
Docker compose*






Deployment scripts
N/A*






E2E FlowsMount FH simulator








O-RAN-FH Simulator through ODL









Info
titleLimited SMO deliverables

* As a new project, the SMO project delivers multiple tools that have not been integrated into a unified platform in the Cherry release. Therefore, helm charts and deployment scripts are not provided yet.

Usage from sources

  1. Clone the OAM repository in gerrit.
  2. Navigate into the validator folder

    Code Block
    languagebash
    cd solution/dev/smo/yang-validator


  3. Configure any parameters in the docker-compose.yml or in the .env files (like exposed ports etc.)
  4. Start the services of of the validator

    Code Block
    languagebash
    docker-compose up

     This starts two services currently:

    1. a O-RAN-FH Simulator exposing the O1 interface YANG models (NETCONF username/password is "netconf/netconf" and port is 18300)
    2. a vanilla OpenDaylight Aluminium SR0 version, acting as the SMO (ODL username/password is "admin/admin" and port is 8181)
  5. Mount the O-RAN-FH Simulator into the vanilla ODL:

...