Adding configuration options to configure freeradius service type

To new configuration parameters are being added for customizing the
free radius service.

svc.type all of the service type to be modified
svc.twoSvcs will create two sepperate service for UDP/TCP ports
Some load balancer services (i.e. MetalLB) do not support UDP/TCP
in a the same service, setting twoScvs will create a secon service
the TCP based inner-tunnel

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