Added kafka

This commit is contained in:
Tim Kuhlman 2014-02-18 15:39:36 -07:00
parent eec02a51cf
commit 3b35565af0
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
metadata
cookbook 'hostsfile', '= 1.0.1'
cookbook 'kafka', git: 'https://git.hpcloud.net/mon/cookbooks-kafka'
cookbook 'zookeeper', git: 'https://git.hpcloud.net/mon/cookbooks-zookeeper'

View File

@ -9,7 +9,8 @@
"chef_type": "role",
"run_list": [
"role[Basenode]",
"recipe[zookeeper]"
"recipe[zookeeper]",
"recipe[kafka]"
],
"env_run_lists": {
}