Add support for running SiaB with stratum_bmv2 as the fabric switch

- new value file (seba-ponsim-stratum.yaml) to deploy SiaB with Stratum
- new mininet script to use stratum_bmv2 instead of OVS as Fabric switch
- update to ponsim and mininet to use the new Stratum device instead of OVS

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