[COMAC-174] CDN-Local code refactoring - only possible to use SRIOV

- remove unnecessary values in values.yaml
- use camel case
- rename nginx-rtmp to nginx
- allow CDN-Local to use multiple CDN-Remotes
- pull all videos from all CDN-Remotes
- define Roles, RoleBinding, ServiceAccount
- split each POD yaml file into Service, ConfigMap, and StatefulSet
- Remove hard coded values in Service, ConfigMap, and StatefulSet and
then locate them to values.yaml

Change-Id: Ib7c0d674f5aa4118274f1aad6888e373ef5c97be
12 files changed
tree: 1b6349cc299b341d2a1d724e95a64a982d151155
  1. .gitignore
  2. .gitreview
  3. README.md
  4. VERSION
  5. abstract-olt/
  6. bbsim/
  7. cdn-services/
  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. ovsplugin/
  24. ponnet/
  25. ponsimv2/
  26. sadis-server/
  27. scripts/
  28. storage/
  29. ves-agent/
  30. voltha/
  31. workflows/
  32. xos-core/
  33. xos-db/
  34. xos-gui/
  35. xos-profiles/
  36. xos-services/
  37. 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.