Added kafka
This commit is contained in:
parent
eec02a51cf
commit
3b35565af0
@ -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'
|
||||
|
@ -9,7 +9,8 @@
|
||||
"chef_type": "role",
|
||||
"run_list": [
|
||||
"role[Basenode]",
|
||||
"recipe[zookeeper]"
|
||||
"recipe[zookeeper]",
|
||||
"recipe[kafka]"
|
||||
],
|
||||
"env_run_lists": {
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user