Add DANM network support 69/3369/2
authorZhe Huang <zhehuang@research.att.com>
Tue, 21 Apr 2020 16:57:38 +0000 (12:57 -0400)
committerZhe Huang <zhehuang@research.att.com>
Fri, 24 Apr 2020 20:45:18 +0000 (16:45 -0400)
commit20cbaa9d398f95278f1099eda52645f7c78862d2
treeeeed3e2acffb462960e98523f3780ffe8286d35b
parent23c33124cc76a845c561c319feb10f7b817aff88
Add DANM network support

This commit allows us to define DANM networks in the recipe file.
Currently kong ingress controller will automatically pick the DANM network config.
Other components will require manuallly adding annotations in the recipe file
in order to avoid forking the helm charts.

Signed-off-by: Zhe Huang <zhehuang@research.att.com>
Change-Id: I2bfa1ee1d8a4f34624da957677ac84787cef8f03
ric-aux/helm/infrastructure/subcharts/danm-networks/Chart.yaml [new file with mode: 0644]
ric-aux/helm/infrastructure/subcharts/danm-networks/templates/danm.yaml [new file with mode: 0644]
ric-aux/helm/infrastructure/subcharts/danm-networks/values.yaml [new file with mode: 0644]
ric-dep