Fix multus configuration bug

If we use kubespray install, then 10-calico.conflist didn't have etcd
information, so we should use the original multus, not create by
ourselves.

Change-Id: Ib29fcce0901d222177fbc8c9cefbd2395a64fe7c
1 file changed
tree: 5de5ab43da79b36c989aceb6993c424b69ecd48b
  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/
  14. mininet/
  15. nem-monitoring/
  16. onos/
  17. ovsplugin/
  18. ponnet/
  19. ponsimv2/
  20. sadis-server/
  21. scripts/
  22. storage/
  23. ves-agent/
  24. voltha/
  25. workflows/
  26. xos-core/
  27. xos-db/
  28. xos-gui/
  29. xos-profiles/
  30. xos-services/
  31. 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.