EDGEPOD-60 Add support of multiple UPFs

- Enable configuring multiple UPF mode
- Add support of ZMQ mode when multple UPF enabled
- Change to create three types of services for each application,
  cluster IP, headless, and external

Change-Id: Ic004a4ff7cdc5708d28ce2717677041f71b4d819
15 files changed
tree: 3a2e27ee2ce90d635442c9bcef75a6c49f5f1483
  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. ran/
  28. sadis-server/
  29. scripts/
  30. storage/
  31. ves-agent/
  32. voltha/
  33. workflows/
  34. xos-core/
  35. xos-db/
  36. xos-gui/
  37. xos-profiles/
  38. xos-services/
  39. 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.