COMAC-8 add ability to disable sriov for mcord-services

Add option to enable/disable sriov. PTP plugin can be used in case
sriov is disabled. Basically all kind of plugin can be used,
but may need some manual steps.
Also, refactor spgwu to make it more configurable and conventional.

Change-Id: I62d5d41cbd27b53b9c66dfad55123ba7bc340482
10 files changed
tree: 97b8dc001f2719e4d7fa04540abcc149e6738091
  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.