Clone this repo:
  1. fcdad84 Adding configuration options to configure freeradius service type by Randy Levensalor · 1 year, 7 months ago master
  2. a32c930 Updating topology script for demo 09/01 by Andrea Campanella · 1 year, 7 months ago
  3. 267e25e Add single switch topology in mininet with two hosts. Useful to by Girish Gowdra · 1 year, 7 months ago
  4. bcc5e14 adding imagePullSecret to freeradius template by Randy Levensalor · 1 year, 7 months ago
  5. 15cc327 Use python3 for the mininet entry point by Ray Milkey · 1 year, 8 months ago

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.