aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/deploy/istio-config/m3db-config/README.md
diff options
context:
space:
mode:
authorDileep Ranganathan <dileep.ranganathan@intel.com>2019-10-08 21:31:42 -0700
committerMarco Platania <platania@research.att.com>2019-10-09 14:40:48 +0000
commitadac5a661c623699fcfc370c970423a3af32484b (patch)
tree6400f30e936e602dd41c5ae924f1870c48af7268 /vnfs/DAaaS/deploy/istio-config/m3db-config/README.md
parent7da06c296697269dd25fe03528c9f12b62206482 (diff)
Added Istio config for multicluster connectivity
1. Collection package 2. Kafka 3. M3DB Issue-ID: ONAPARC-466 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com> Change-Id: I3ef5722f207a930437ddc7c01e22609772f97865
Diffstat (limited to 'vnfs/DAaaS/deploy/istio-config/m3db-config/README.md')
-rw-r--r--vnfs/DAaaS/deploy/istio-config/m3db-config/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/vnfs/DAaaS/deploy/istio-config/m3db-config/README.md b/vnfs/DAaaS/deploy/istio-config/m3db-config/README.md
new file mode 100644
index 00000000..dc0a7e7f
--- /dev/null
+++ b/vnfs/DAaaS/deploy/istio-config/m3db-config/README.md
@@ -0,0 +1,13 @@
+# Istio virtualservice for M3DB to connect to any service
+
+The following values has to be updated depending on the Cluster's installation in values.yaml
+
+1. allowedhosts - URI of Service consuming M3DB (or Any service which consumes M3DB. Eg- Prometheus, Grafana etc)
+2. gateways - Name of the Istio gateway to which this virtualservice will be connected to
+3. destinationhost - m3coordinator service name
+4. port - port of the m3coordinator service
+
+# Installation
+1. helm install m3db-istio-connectivity -n training
+
+NOTE - The namespace (training) is used an example. This has to be changed to be namespace where m3db is deployed.