commit | d4218c1de1aebc945adc9b64beb48a0b9108ddab | [log] [tgz] |
---|---|---|
author | Daniele Moro <daniele@opennetworking.org> | Wed Jan 22 10:09:13 2020 -0800 |
committer | Daniele Moro <daniele@opennetworking.org> | Thu Jan 23 00:20:00 2020 +0000 |
tree | 3b9358ddebf6b6805333f6739b15c5b66925f610 | |
parent | 556b6e09fd734e7621883bec77d1cf3acc4ad489 [diff] |
Reducing duplicated values on values files for SiaB Reduced the amount of duplicated values between seba-ponsim values file. To deploy, for example, the latest of seba-ponsim, now both seba-ponsim.yaml and seba-pomsim-latest.yaml values files need to be used with the specified order. Makefile for SiaB is modified accordingly in the patch https://gerrit.opencord.org/#/c/16743/. Also: - removed stratumEnabled value from Mininet chart and added mnStratumSwitchCount - moved bngAppUrl and bngAppVersion values on root of values file Change-Id: I26b8e91f868646adc06f2c1feea72b333defd487
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.
When you make changes to charts, please make sure of the following:
Make sure the chart passes a strict lint with helm lint --strict <chartname>
. The scripts/helmlint.sh
will check all charts.
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.