Added mon-notification to the kafka vm
This commit is contained in:
parent
e78a4d8942
commit
2be3659e79
@ -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'
|
||||
|
@ -18,7 +18,8 @@
|
||||
"run_list": [
|
||||
"role[Basenode]",
|
||||
"recipe[zookeeper]",
|
||||
"recipe[kafka]"
|
||||
"recipe[kafka]",
|
||||
"recipe[mon_notification]"
|
||||
],
|
||||
"env_run_lists": {
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user