PONSIM v2 Helm Chart

The ponsimv2 chart deploys the PON Simulator (PONSIM) containers (a virtual OLT, ONU, and RG) in the context of VOLTHA. This chart is used by SiaB. More details about PONSIM can be found in its README.

You must install the PONNET chart before installing this one. At that point you can install PONSIM.

If you haven't done it yet, add the CORD repository to the list of your local repositories and update the repo index:

helm repo add cord https://charts.opencord.org
helm repo update

Then, install ponsim doing:

helm install -n ponsimv2 cord/ponsimv2

After a successful install you will see containers like these running in the VOLTHA namespace:

$ kubectl -n voltha get pod
NAME                                        READY     STATUS    RESTARTS   AGE
...
olt-77468cfccd-7ltzr                        1/1       Running   0          10m
onu-6d7d5db8f-pk59s                         1/1       Running   0          10m
rg-5fbddf9bdf-b292r                         1/1       Running   0          10m
...

If any of the containers do not come up successfully, the issue is likely that the PONNET chart is not loaded or was not able to create the two Linux bridges.

results matching ""

    No results matching ""