PONNET Helm Chart
The ponnet
Helm chart installs and configures Kubernetes CNI plugins
for PONSIM. Currently it creates two Linux bridges, pon0
and pon1
, that allow a L2 dataplane to be created between the PONSIM
RG and components upstream of the PONSIM OLT. Note that the bridges
are not actually created until PONSIM is installed.
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
You can then install the chart using:
helm install -n ponnet cord/ponnet
The chart modifies the underlying Kubernetes setup by installing the bridge CNI and adding configuration files to create the two bridges. Kubernetes must be configured with CNI enabled. Note that this chart does not seem to work on minikube.