Change to bootstrap non-sequencial IMSI users

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