monasca-vagrant/Berksfile
Craig Bryant fa48626864 Changes to use monasca instead of mon for the API
Rename databag values to monasca_api

Rename credentials to credentials from mon_credentials

Cookbook is now named monasca_api instead of mon_api

Change smoke test to look for monasca-api process

Change-Id: Ic0089a4ba6c23e0b6fc343ca0f83c97a100ed74b
2014-10-10 22:07:18 -06:00

24 lines
1.2 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 'devstack', path: './cookbooks/devstack'
cookbook 'ds-build', path: './cookbooks/ds-build'
cookbook 'monasca_api', git: 'https://github.com/stackforge/cookbook-monasca-api'
cookbook 'kafka', git: 'https://github.com/hpcloud-mon/cookbooks-kafka'
cookbook 'monasca_agent', git: 'https://github.com/stackforge/cookbook-monasca-agent'
cookbook 'monasca_notification', git: 'https://github.com/stackforge/cookbook-monasca-notification'
cookbook 'monasca_persister', git: 'https://github.com/stackforge/cookbook-monasca-persister.git'
cookbook 'monasca_schema', git: 'https://github.com/stackforge/cookbook-monasca-schema.git'
cookbook 'monasca_thresh', git: 'https://github.com/stackforge/cookbook-monasca-thresh.git'
cookbook 'storm', git: 'https://github.com/tkuhlman/storm'
cookbook 'zookeeper', git: 'https://github.com/hpcloud-mon/cookbooks-zookeeper'
# Community cookbooks
cookbook 'apt', '= 2.4.0'
cookbook 'influxdb', git: 'https://github.com/SimpleFinance/chef-influxdb', tag: "2.1.1"
cookbook 'percona', git: 'https://github.com/phlipper/chef-percona', tag: "0.15.5"