Add Istio connectivity for Services below 44/96644/8
authorPramod <pramod.raghavendra.jayathirth@intel.com>
Sat, 5 Oct 2019 00:23:19 +0000 (17:23 -0700)
committerMarco Platania <platania@research.att.com>
Wed, 9 Oct 2019 14:40:32 +0000 (14:40 +0000)
commit7da06c296697269dd25fe03528c9f12b62206482
tree12bab59d0907a48935e5123139cd3b8518305c88
parentd614d3d6cc1d40664215f79fc2c2f38af03a9996
Add Istio connectivity for Services below

1. Grafana
2. Prometheus
3. Minio (Istio ServiceEntry Added)

Issue-ID: ONAPARC-511
Signed-off-by: Pramod <pramod.raghavendra.jayathirth@intel.com>
Change-Id: I2cb21c18fde6ecb431fa7f407ce5e13ab31fc910
21 files changed:
vnfs/DAaaS/README.md
vnfs/DAaaS/deploy/istio-config/README.md [new file with mode: 0644]
vnfs/DAaaS/deploy/istio-config/grafana-config/README.md [new file with mode: 0644]
vnfs/DAaaS/deploy/istio-config/grafana-config/grafana-istio-connectivity/.helmignore [new file with mode: 0644]
vnfs/DAaaS/deploy/istio-config/grafana-config/grafana-istio-connectivity/Chart.yaml [new file with mode: 0644]
vnfs/DAaaS/deploy/istio-config/grafana-config/grafana-istio-connectivity/templates/_helpers.tpl [new file with mode: 0644]
vnfs/DAaaS/deploy/istio-config/grafana-config/grafana-istio-connectivity/templates/virtualservice.yaml [new file with mode: 0644]
vnfs/DAaaS/deploy/istio-config/grafana-config/grafana-istio-connectivity/values.yaml [new file with mode: 0644]
vnfs/DAaaS/deploy/istio-config/minio-config/README.md [new file with mode: 0644]
vnfs/DAaaS/deploy/istio-config/minio-config/minio-istio-connectivity/.helmignore [new file with mode: 0644]
vnfs/DAaaS/deploy/istio-config/minio-config/minio-istio-connectivity/Chart.yaml [new file with mode: 0644]
vnfs/DAaaS/deploy/istio-config/minio-config/minio-istio-connectivity/templates/_helpers.tpl [new file with mode: 0644]
vnfs/DAaaS/deploy/istio-config/minio-config/minio-istio-connectivity/templates/serviceentry.yaml [new file with mode: 0644]
vnfs/DAaaS/deploy/istio-config/minio-config/minio-istio-connectivity/templates/virtualservice.yaml [new file with mode: 0644]
vnfs/DAaaS/deploy/istio-config/minio-config/minio-istio-connectivity/values.yaml [new file with mode: 0644]
vnfs/DAaaS/deploy/istio-config/prometheus-config/README.md [new file with mode: 0644]
vnfs/DAaaS/deploy/istio-config/prometheus-config/prometheus-istio-connectivity/.helmignore [new file with mode: 0644]
vnfs/DAaaS/deploy/istio-config/prometheus-config/prometheus-istio-connectivity/Chart.yaml [new file with mode: 0644]
vnfs/DAaaS/deploy/istio-config/prometheus-config/prometheus-istio-connectivity/templates/_helpers.tpl [new file with mode: 0644]
vnfs/DAaaS/deploy/istio-config/prometheus-config/prometheus-istio-connectivity/templates/virtualservice.yaml [new file with mode: 0644]
vnfs/DAaaS/deploy/istio-config/prometheus-config/prometheus-istio-connectivity/values.yaml [new file with mode: 0644]