commit | a4c4afa83f6ac433580f3c64191834556fb2bb9d | [log] [tgz] |
---|---|---|
author | Daniele Moro <daniele@opennetworking.org> | Mon Mar 09 10:48:15 2020 -0700 |
committer | Daniele Moro <daniele@opennetworking.org> | Mon Mar 09 10:48:15 2020 -0700 |
tree | 1f1cc5423332e0baef7891c9caf620032f4c19b4 | |
parent | 44967c84746ecc81bccf1a353cb76e0c855021ed [diff] |
ONOS logging on Kafka disabled by default Logging on Kafka is disabled by default, otherwise a wrong configuration of the kafka broker can prevent ONOS to log on CLI and files. Change-Id: I11bb750daa020b636e25c8671f80d26e1e5ab76e
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.