Explicitly run zookeeper

Change-Id: Ie94da2f4181a45b24265dc1a7434fcb3a17870c0
This commit is contained in:
Tim Kuhlman 2014-11-04 11:35:53 -07:00
parent 39f9007882
commit 3a726f461e

View File

@ -22,6 +22,7 @@
- name: Install python-dev
apt: name=python-dev state=present
roles:
- {role: tkuhlman.zookeeper, tags: [zookeeper]}
- {role: tkuhlman.kafka, kafka_listen_address: "{{mini_mon_host}}", tags: [kafka]}
- {role: stympy.influxdb, tags: [influxdb]}
- {role: tkuhlman.percona, mysql_root_password: password, percona_package: percona-xtradb-cluster-56, tags: [mysql, percona]}