Define one more SR-IOV network for NetDevice type

SPGW-U and the other regular network applications (e.g., CDN and BBU/CU)
use SR-IOV/VFIO and SR-IOV/NetDevice, respectively.
Thus, need to define one more SR-IOV network.

Change-Id: Iff331fcb8f2040ce4127be5d591c6bd4e1aa32bd
12 files changed
tree: 23b9321f95e3dd4b43ece0b90e893b017283d990
  1. .gitignore
  2. .gitreview
  3. README.md
  4. VERSION
  5. abstract-olt/
  6. bbsim/
  7. configs/
  8. dhcp-server/
  9. etcd-cluster/
  10. examples/
  11. logging/
  12. mavenrepo/
  13. mcord-release/
  14. mcord/
  15. mininet/
  16. nem-monitoring/
  17. onos-progran/
  18. onos/
  19. ovsplugin/
  20. ponnet/
  21. ponsimv2/
  22. sadis-server/
  23. scripts/
  24. storage/
  25. ves-agent/
  26. voltha/
  27. workflows/
  28. xos-core/
  29. xos-db/
  30. xos-gui/
  31. xos-profiles/
  32. xos-services/
  33. xos-tools/
README.md

Helm charts for CORD

This repo contains the helm charts for use in the CORD and subsidiary projects.

Thes charts are published on: https://charts.opencord.org/

Please see https://guide.opencord.org/charts/helm.html for more complete documentation.

Changing charts

When you make changes to charts, please make sure of the following:

  1. Make sure the chart passes a strict lint with helm lint --strict <chartname>. The scripts/helmlint.sh will check all charts.

  2. When you modify a chart, you must increase the version in Chart.yaml. You may also need to update other charts that depend on your chart.