Initial test config for mon-agent
This commit is contained in:
parent
ccc0c35058
commit
efbda287ed
@ -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'
|
||||
|
@ -12,7 +12,8 @@
|
||||
"chef_type": "role",
|
||||
"run_list": [
|
||||
"recipe[apt]",
|
||||
"recipe[mini-mon]"
|
||||
"recipe[mini-mon]",
|
||||
"recipe[mon_agent]"
|
||||
],
|
||||
"env_run_lists": {
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user