COMAC-237 Add COMAC umbrella chart

COMAC umbrella chart includes profiles like mcord-services, seba-services
and additional onos for progran. SEBA is disabled by default.

Change-Id: Ica56e43fc65250be6a8d21b1d200974c308580a6
5 files changed
tree: 1f0fa793c3e740c46a3ff71e14102ae85ebe95ac
  1. .gitignore
  2. .gitreview
  3. README.md
  4. VERSION
  5. abstract-olt/
  6. bbsim/
  7. comac/
  8. configs/
  9. device-management/
  10. dhcp-server/
  11. etcd-cluster/
  12. examples/
  13. freeradius/
  14. logging/
  15. mavenrepo/
  16. mcord/
  17. mininet/
  18. nem-monitoring/
  19. oaisim/
  20. omec/
  21. onos-progran/
  22. onos/
  23. ott-services/
  24. ovsplugin/
  25. ponnet/
  26. ponsimv2/
  27. sadis-server/
  28. scripts/
  29. storage/
  30. ves-agent/
  31. voltha/
  32. workflows/
  33. xos-core/
  34. xos-db/
  35. xos-gui/
  36. xos-profiles/
  37. xos-services/
  38. 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.