Versions Compared

Key

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

...



OTFOAMNONRTRICRICPRICAPPO-DUO-CUTest ResultNotes
Deployment ArtifactsDocker Container








Helm Charts








Deployment scripts
N/A






E2E FlowsTosca-csar-ver-vnf-vsn.csar








Tosca-ver-vnf-vsn.csar








ns-vsn.csar








vnf-vsn.csar








yaml-error-vnf-vsn.csar








yaml-file-error-vnf-vsn.csar








3rd-party csar packageO-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

Git clone https://gerrit.o-ran-sc.org/r/smo/app.git

Script path: ./tools/oran-pkg-validation
Tool file contents: main.py csar.py Toscameta.py utlis.py Usage: python3 main.py <validate function> -d <destination> [--no-verify-cert] <source> <source> : source directory where the csar package zip file exists. <destination> : destination directory to unzip the csar contents. [--no-verify-cert] : Optional parameter. example: python3 main.py csar-validate -d /tmp/ [--no-verify-cert] CSAR-dest/vnf-vsn.csar The ORAN CSAR package validation code leverages from vnfsdk CSAR pkg code with modification.