This chart can be used to deploy an ONOS container. Traditionally it is used to deploy three different ONOSes in the system, depending by what is required.
helm install -n onos-fabric -f configs/onos-fabric.yaml onos
Ports exposed:
NOTE: This requires VOLTHA to be installed
helm install -n onos-voltha -f configs/onos-voltha.yaml onos
Ports exposed:
helm install -n onos-cord -f configs/onos-cord.yaml onos
This is a sample values.yaml
that can be used to override values through the -f
option:
imagePullPolicy: Always onosImage: 'onosproject/onos:1.13.1' services: openflowServiceType: NodePort ovsdbServiceType: NodePort sshServiceType: NodePort uiServiceType: NodePort ovsdb: nodePort: 31640 openflow: nodePort: 31653 ssh: nodePort: 31101 ui: nodePort: 31181