From adac5a661c623699fcfc370c970423a3af32484b Mon Sep 17 00:00:00 2001 From: Dileep Ranganathan Date: Tue, 8 Oct 2019 21:31:42 -0700 Subject: Added Istio config for multicluster connectivity 1. Collection package 2. Kafka 3. M3DB Issue-ID: ONAPARC-466 Signed-off-by: Dileep Ranganathan Change-Id: I3ef5722f207a930437ddc7c01e22609772f97865 --- .../DAaaS/deploy/istio-config/collection-config/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 vnfs/DAaaS/deploy/istio-config/collection-config/README.md (limited to 'vnfs/DAaaS/deploy/istio-config/collection-config/README.md') diff --git a/vnfs/DAaaS/deploy/istio-config/collection-config/README.md b/vnfs/DAaaS/deploy/istio-config/collection-config/README.md new file mode 100644 index 00000000..175ee811 --- /dev/null +++ b/vnfs/DAaaS/deploy/istio-config/collection-config/README.md @@ -0,0 +1,15 @@ +# Istio virtualservice for Collectd, CAdvisor, Node Exporter + +The following values has to be updated depending on the Cluster's installation in values.yaml + +1. allowedhosts - hostname or FQDN for collection service (used by Prometheus to discover scraping target) +2. gateways - Name of the Istio gateway to which this virtualservice will be connected to +3. destinationhost - collection service name +4. port - port of the collection service + +# Installation +1. helm install collectd-istio-connectivity -n edge1 +2. helm install cadvisor-istio-connectivity -n edge1 +3. helm install node-exporter-istio-connectivity -n edge1 + +NOTE - The namespace (edge1) is used an example. This has to be changed to be namespace where collectd is deployed. -- cgit 1.2.3-korg