Initial test config for mon-agent

This commit is contained in:
Tim Kuhlman 2014-03-04 10:40:30 -07:00
parent ccc0c35058
commit efbda287ed
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_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'

View File

@ -12,7 +12,8 @@
"chef_type": "role",
"run_list": [
"recipe[apt]",
"recipe[mini-mon]"
"recipe[mini-mon]",
"recipe[mon_agent]"
],
"env_run_lists": {
}