From 9af219910e98dfb9b594b6c1ae81c0cfd5be4292 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Wed, 21 Nov 2018 23:19:28 -0600 Subject: [PATCH] reduce container count on cluster test Change-Id: Id70967834f43009e6c91fb71877606118242a429 Signed-off-by: Kevin Carter --- .../inventory/test-container-inventory.yml | 28 ++++++++----------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/elk_metrics_6x/tests/inventory/test-container-inventory.yml b/elk_metrics_6x/tests/inventory/test-container-inventory.yml index 1f677d13..a46f16f5 100644 --- a/elk_metrics_6x/tests/inventory/test-container-inventory.yml +++ b/elk_metrics_6x/tests/inventory/test-container-inventory.yml @@ -32,24 +32,20 @@ all_containers: children: elastic-logstash: - hosts: - elastic0: - ansible_host: 172.29.236.100 - ansible_user: root + children: + kibana: + hosts: + elastic0: + ansible_host: 172.29.236.100 + ansible_user: root - elastic1: - ansible_host: 172.29.236.101 - ansible_user: root + elastic1: + ansible_host: 172.29.236.101 + ansible_user: root - elastic2: - ansible_host: 172.29.236.102 - ansible_user: root - - kibana: - hosts: - kibana0: - ansible_host: 172.29.236.110 - ansible_user: root + elastic2: + ansible_host: 172.29.236.102 + ansible_user: root apm-server: hosts: