monasca-vagrant/roles/Kafka.json
2014-02-18 15:39:36 -07:00

18 lines
286 B
JSON

{
"name": "Kafka",
"description": "Sets up Kafka",
"json_class": "Chef::Role",
"default_attributes": {
},
"override_attributes": {
},
"chef_type": "role",
"run_list": [
"role[Basenode]",
"recipe[zookeeper]",
"recipe[kafka]"
],
"env_run_lists": {
}
}