Added mon-notification to the kafka vm

This commit is contained in:
Tim Kuhlman 2014-03-12 17:11:08 -06:00
parent e78a4d8942
commit 2be3659e79
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@ metadata
cookbook 'hostsfile', '= 1.0.1'
cookbook 'mon_api', git: 'git@git.hpcloud.net:mon/cookbooks-mon_api'
cookbook 'kafka', git: 'git@git.hpcloud.net:mon/cookbooks-kafka'
cookbook 'mon_notification', git: 'git@git.hpcloud.net:mon/cookbooks-mon_notification'
cookbook 'mon_persister', git: 'git@git.hpcloud.net:mon/cookbooks-mon_persister'
cookbook 'percona', git: 'https://github.com/tkuhlman/chef-percona'
cookbook 'vertica', git: 'git@git.hpcloud.net:mon/cookbooks-vertica'

View File

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