From da62916a6bd7fd79359b5995d5862b0b79515960 Mon Sep 17 00:00:00 2001
From: Christian Berendt <berendt@betacloud-solutions.de>
Date: Wed, 19 Oct 2016 22:06:49 +0200
Subject: [PATCH] Deploy Telegraf on all nodes

Telegraf is a service to collect metrics and to send the metrics
to a central InfluxDB. Telegraf has to be deployed on all nodes,
not only on monitoring nodes.

Change-Id: I815aab4371ea5a00a41390a59af020c61dd845db
Closes-bug: #1635028
---
 ansible/inventory/all-in-one | 4 ++++
 ansible/inventory/multinode  | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/ansible/inventory/all-in-one b/ansible/inventory/all-in-one
index d75b3e2fe4..f603b04c00 100644
--- a/ansible/inventory/all-in-one
+++ b/ansible/inventory/all-in-one
@@ -33,7 +33,11 @@ control
 control
 
 [telegraf:children]
+compute
+control
 monitoring
+network
+storage
 
 [elasticsearch:children]
 control
diff --git a/ansible/inventory/multinode b/ansible/inventory/multinode
index 9580f68196..6139dae8a7 100644
--- a/ansible/inventory/multinode
+++ b/ansible/inventory/multinode
@@ -51,7 +51,11 @@ monitoring
 control
 
 [telegraf:children]
+compute
+control
 monitoring
+network
+storage
 
 [elasticsearch:children]
 control