COMAC-168,COMAC-171 Assign static IP to S1U and SGI iface on SPGWU

SPGWC requires S1U address of SPGWU in its configuration. When they are
deployed in a separate cluster, SPGWC cannot consult K8S for the IP
address like it is doing now. This is a temporary fix until we add an
ability to support multiple instances of SPGWU and load balancer for them.
Also, rename/restructued network related values in omec-data-plane/values.yaml
and use the values directly from configmap instead of passing them as an
environment variable.

Change-Id: Ib02017408c1671e9a003b0f6dc77e4b4d5dad070
8 files changed
tree: 7ee12f44efa69009292598517e7ae9379c720761
  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.