Recording: 2020_12_17_demo_ric_and_ricxapps.mp4

Schedule, see calendar for Dec-17. (meeting usually starts 9am ET)

Zoom = Zoom Bridge 2 ( https://zoom.us/j/6540568082 )

RICAPP:

  • HCL: RIC-150 Perform e2e RIC benchmarking

NearRT RIC platform:

  • HCL: RIC-149 RIC Test Automation
  • No labels

1 Comment

  1. USING THE CHART
    19 To install the chart (which creates and runs a single Kubernetes job),
    20 first copy the packaged Common-Template chart (from
    21 https://gerrit.o-ran-sc.org/r/it/dep.git) into
    22 ric_robot_suite/helm/nanobot/charts.

    The README file under the /test/ric_robot_suite/helm/nanobot/ mentions to pull the source code from the above repository. However, it seems that is not sufficient.  If we try to install the helm chart for the ric_robot_suite like below...

    /test/ric_robot_suite/helm/nanobot# helm install --name helm-nanobot --namespace nanobot .

    we are getting the following error...

    /test/ric_robot_suite/helm/nanobot/charts/dep/ric-dep/RECIPE_EXAMPLE: no such file or directory


    I have tried to copy the RECIPE_EXAMPLE from the near-rt-ric deployment folder's /dep/ric-dep/RECIPE_EXAMPLE and again tried to install the helm chart for ric_robot_suite, but it still fails with the following error...


    /test/ric_robot_suite/helm/nanobot# helm install --name helm-nanobot --namespace nanobot .
    Error: error unpacking dep in nanobot: chart metadata (Chart.yaml) missing


    I suspect some required files were not checked in to the gerrit repository. I request the test and development team of this project to push the required files into the gerrit repository.