Add external service endpoints 62/362/2
authorwrider <lji@research.att.com>
Tue, 18 Jun 2019 02:57:38 +0000 (22:57 -0400)
committerLusheng Ji <lji@research.att.com>
Wed, 26 Jun 2019 20:01:02 +0000 (20:01 +0000)
commit7907349292a23a3cd138dd64d9d7966edbefbb88
tree9fab438fd3aaf5352464eadff7549739e6f3e5ad
parent8d90c3527c54ea27c61feecbbee2f1c09169e298
Add external service endpoints

Defining external endpoints as services so they can be available to
in-cluster components by their service name, for example
http://r0-ext.ricaux.svc.cluster.local, or http://r-ext for short.

Change-Id: Iddb4082f0ee48865bb9d52ba0de2df5503511c99
Signed-off-by: wrider <lji@research.att.com>
16 files changed:
ric-aux/85-Ext-Services/bin/install [new file with mode: 0755]
ric-aux/85-Ext-Services/bin/uninstall [new file with mode: 0755]
ric-aux/85-Ext-Services/etc/ext.conf [new file with mode: 0644]
ric-aux/85-Ext-Services/helm/ext/Chart.yaml [new file with mode: 0644]
ric-aux/85-Ext-Services/helm/ext/requirements.yaml [new file with mode: 0644]
ric-aux/85-Ext-Services/helm/ext/templates/_helper.tpl [new file with mode: 0644]
ric-aux/85-Ext-Services/helm/ext/templates/services.yaml [new file with mode: 0644]
ric-aux/85-Ext-Services/helm/ext/values.yaml [new file with mode: 0644]
ric-platform/55-Ext-Services/bin/install [new file with mode: 0755]
ric-platform/55-Ext-Services/bin/uninstall [new file with mode: 0755]
ric-platform/55-Ext-Services/etc/ext.conf [new file with mode: 0644]
ric-platform/55-Ext-Services/helm/ext/Chart.yaml [new file with mode: 0644]
ric-platform/55-Ext-Services/helm/ext/requirements.yaml [new file with mode: 0644]
ric-platform/55-Ext-Services/helm/ext/templates/_helper.tpl [new file with mode: 0644]
ric-platform/55-Ext-Services/helm/ext/templates/services.yaml [new file with mode: 0644]
ric-platform/55-Ext-Services/helm/ext/values.yaml [new file with mode: 0644]