commit | 7a921d11ba80316f4b2dc52aaf4402f03d6d1c72 | [log] [tgz] |
---|---|---|
author | Hyunsun Moon <hyunsun@opennetworking.org> | Wed Aug 21 20:52:09 2019 -0500 |
committer | Hyunsun Moon <hyunsun@opennetworking.org> | Fri Aug 23 13:39:13 2019 -0500 |
tree | 7ee12f44efa69009292598517e7ae9379c720761 | |
parent | 43eadccbc1defc8609bdf0fc81c67ff290f27598 [diff] |
COMAC-168,COMAC-171 Assign static IP to S1U and SGI iface on SPGWU SPGWC requires S1U address of SPGWU in its configuration. When they are deployed in a separate cluster, SPGWC cannot consult K8S for the IP address like it is doing now. This is a temporary fix until we add an ability to support multiple instances of SPGWU and load balancer for them. Also, rename/restructued network related values in omec-data-plane/values.yaml and use the values directly from configmap instead of passing them as an environment variable. Change-Id: Ib02017408c1671e9a003b0f6dc77e4b4d5dad070
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.