22 lines
1.0 KiB
Ruby
22 lines
1.0 KiB
Ruby
require 'rubygems'
|
|
|
|
if Gem::Specification::find_by_name('berkshelf').version.to_s[0] == '3'
|
|
source 'https://api.berkshelf.com'
|
|
end
|
|
|
|
cookbook 'mini-mon', path: './cookbooks/mini-mon'
|
|
cookbook 'mon_api', git: 'https://github.com/hpcloud-mon/cookbooks-mon_api'
|
|
cookbook 'kafka', git: 'https://github.com/hpcloud-mon/cookbooks-kafka'
|
|
cookbook 'mon_agent', git: 'https://github.com/hpcloud-mon/cookbooks-mon_agent'
|
|
cookbook 'mon_notification', git: 'https://github.com/hpcloud-mon/cookbooks-mon_notification'
|
|
cookbook 'mon_persister', git: 'https://github.com/hpcloud-mon/cookbooks-mon_persister.git'
|
|
cookbook 'mon_thresh', git: 'https://github.com/hpcloud-mon/cookbooks-mon_thresh'
|
|
cookbook 'percona', git: 'https://github.com/tkuhlman/chef-percona', branch: "feature/mini-mon"
|
|
cookbook 'vertica', git: 'https://github.com/hpcloud-mon/cookbooks-vertica'
|
|
cookbook 'zookeeper', git: 'https://github.com/hpcloud-mon/cookbooks-zookeeper'
|
|
|
|
# community cookbook we pin
|
|
cookbook 'hostsfile', '= 1.0.1'
|
|
cookbook 'build-essential', '= 1.4.4'
|
|
cookbook 'sysctl', '= 0.4.0'
|