aboutsummaryrefslogtreecommitdiffstats
path: root/docker/ansible/collectd_ves.yml
diff options
context:
space:
mode:
authorKamil Wiatrowski <kamilx.wiatrowski@intel.com>2019-03-25 16:02:50 +0000
committerKamil Wiatrowski <kamilx.wiatrowski@intel.com>2019-04-03 15:44:48 +0200
commit2744c2dc599635a08bfa352dbfe2f015eb526248 (patch)
tree1feb8ee735f0b5b11eef4ac3969a46972204cd84 /docker/ansible/collectd_ves.yml
parentcf5228e3ea9a9678844a85628b01433d1389425c (diff)
ansible: Add zookeeper to one click install
Previously 'zookeeper' docker container should be installed manually by user - now it is a part of ansible one click install for VES. Change-Id: If3873cffa51ddf04d2c3769705259aaf5928cc45 Signed-off-by: Radoslaw Jablonski <radoslawx.jablonski@intel.com> Signed-off-by: Kamil Wiatrowski <kamilx.wiatrowski@intel.com>
Diffstat (limited to 'docker/ansible/collectd_ves.yml')
-rw-r--r--docker/ansible/collectd_ves.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/docker/ansible/collectd_ves.yml b/docker/ansible/collectd_ves.yml
index f6140a5f..9e3bf463 100644
--- a/docker/ansible/collectd_ves.yml
+++ b/docker/ansible/collectd_ves.yml
@@ -13,7 +13,7 @@
# limitations under the License.
---
-- hosts: collectd_hosts kafka_hosts ves_hosts
+- hosts: collectd_hosts kafka_hosts ves_hosts zookeeper_hosts
become: true
become_user: root
gather_facts: true
@@ -27,6 +27,12 @@
- config_files
- run_collectd
+- hosts: zookeeper_hosts
+ become: true
+ become_user: root
+ roles:
+ - run_zookeeper
+
- hosts: kafka_hosts
become: true
become_user: root