commit | 314d57ceef221246e397197737fe270416b7c309 | [log] [tgz] |
---|---|---|
author | Woojoong Kim <woojoong@opennetworking.org> | Tue Jul 09 17:08:11 2019 -0700 |
committer | Woojoong Kim <woojoong@opennetworking.org> | Thu Jul 11 16:34:37 2019 -0700 |
tree | 59f1f0c24d45c35f6b2ab94cb3b0115e5b812681 | |
parent | 4b486a4fbffc17970f227618999a70f0b8e0799f [diff] |
[COMAC-103] Allow SPGW-U to run a specific node by using nodeselector Reason: SPGW-U and CDN use different SR-IOV: NetDevice and VFIO. Unfortunately, both can't occupy same network interface port in the same node. Thus, classify two types of nodes: (i) nodes for NetDevice and (ii) nodes for VFIO. Then, deploy SPGW-U and CDN into the different type of nodes. To deploy them into the different type of machine, define nodeselector. Please see COMAC-103 issues in Jira. NOTE: WIP - To allow both NetDevice and VFIO to occupy the same port in the same machine. Change-Id: Idf8561127dedcb23c265c373db3c612fef342f37
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.