diff --git a/Berksfile b/Berksfile index 61b1bb2..84c0413 100644 --- a/Berksfile +++ b/Berksfile @@ -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' diff --git a/roles/Kafka.json b/roles/Kafka.json index 17925a2..707265d 100644 --- a/roles/Kafka.json +++ b/roles/Kafka.json @@ -18,7 +18,8 @@ "run_list": [ "role[Basenode]", "recipe[zookeeper]", - "recipe[kafka]" + "recipe[kafka]", + "recipe[mon_notification]" ], "env_run_lists": { }