diff options
author | 2019-03-25 16:02:50 +0000 | |
---|---|---|
committer | 2019-04-03 15:44:48 +0200 | |
commit | 2744c2dc599635a08bfa352dbfe2f015eb526248 (patch) | |
tree | 1feb8ee735f0b5b11eef4ac3969a46972204cd84 /docker/ansible/default.inv | |
parent | cf5228e3ea9a9678844a85628b01433d1389425c (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/default.inv')
-rw-r--r-- | docker/ansible/default.inv | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docker/ansible/default.inv b/docker/ansible/default.inv index 9319b9ea..d562a5f0 100644 --- a/docker/ansible/default.inv +++ b/docker/ansible/default.inv @@ -25,6 +25,10 @@ insert_ipmi_modules=true [prometheus_hosts] #localhost +[zookeeper_hosts] +#NOTE: currently one zookeper host is supported +#hostname + [kafka_hosts] #hostname |