Fix Connection problem between eNB and EPC

* RRU to NAT: Change REDIS to use `116.0.0.0/24` in database
* SPGW-C to SPGW-U: Change SGW-S1U-IP to Dataplane hostname

Change-Id: Ic9c5abf447591773de1c4758a5303b5e0edb71de
6 files changed
tree: 648a285590ea5f19ce8659345f5b99f150b90b7b
  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.