36 lines
622 B
JSON

{
"name": "Thresh",
"description": "Sets up Thresh",
"json_class": "Chef::Role",
"default_attributes": {
"java": {
"install_flavor": "openjdk",
"jdk_version": "7"
},
"storm": {
"nimbus": {
"host": "192.168.10.14"
},
"ui": {
"port": "8088"
},
"zookeeper": {
"quorum": [
"192.168.10.10"
]
}
}
},
"override_attributes": {
},
"chef_type": "role",
"run_list": [
"role[Basenode]",
"recipe[storm::nimbus]",
"recipe[storm::supervisor]",
"recipe[mon_thresh]"
],
"env_run_lists": {
}
}