From efbda287ed8ae218cc2c4fdb2a2dd6e585d51188 Mon Sep 17 00:00:00 2001 From: Tim Kuhlman Date: Tue, 4 Mar 2014 10:40:30 -0700 Subject: [PATCH] Initial test config for mon-agent --- Berksfile | 1 + roles/Basenode.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Berksfile b/Berksfile index 84c0413..8f2beb9 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_agent', git: 'git@git.hpcloud.net:mon/cookbooks-mon_agent' 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' diff --git a/roles/Basenode.json b/roles/Basenode.json index 5bec969..2866d31 100644 --- a/roles/Basenode.json +++ b/roles/Basenode.json @@ -12,7 +12,8 @@ "chef_type": "role", "run_list": [ "recipe[apt]", - "recipe[mini-mon]" + "recipe[mini-mon]", + "recipe[mon_agent]" ], "env_run_lists": { }