This repository has been archived by the owner on Aug 22, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
root
committed
Aug 24, 2013
1 parent
353b3da
commit 8428d12
Showing
51 changed files
with
3,056 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
metadata.json | ||
.vagrant | ||
#*# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
language: ruby | ||
gemfile: | ||
- test/support/Gemfile | ||
rvm: | ||
- 1.9.3 | ||
script: BUNDLE_GEMFILE=test/support/Gemfile bundle exec rake foodcritic |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
metadata | ||
cookbook 'logrotate' | ||
cookbook 'yum' | ||
cookbook 'java' | ||
cookbook 'build-essential' | ||
cookbook 'runit' | ||
cookbook 'apache2' | ||
cookbook 'yumrepo', git: 'git://github.com/bryanwb/cookbook-yumrepo.git' | ||
cookbook 'rbenv', git: 'git://github.com/RiotGames/rbenv-cookbook.git' | ||
cookbook 'rabbitmq', git: 'git://github.com/opscode-cookbooks/rabbitmq.git' | ||
cookbook 'minitest-handler', git: 'git://github.com/btm/minitest-handler-cookbook.git' | ||
cookbook 'elasticsearch', git: 'git://github.com/elasticsearch/cookbook-elasticsearch.git' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
cookbook 'logstash', :path => '/home/berryb/pr/logstash' | ||
cookbook 'apt', :locked_version => '1.4.2' | ||
cookbook 'logrotate', :locked_version => '0.8.2' | ||
cookbook 'vim', :locked_version => '1.0.2' | ||
cookbook 'monit', :locked_version => '0.7.0' | ||
cookbook 'nginx', :locked_version => '0.101.6' | ||
cookbook 'rabbitmq', :git => 'git://github.com/opscode-cookbooks/rabbitmq.git', :ref => '804e882e0f5876392de1b70da6af4d6e94d4b442' | ||
cookbook 'minitest-handler', :git => 'git://github.com/btm/minitest-handler-cookbook.git', :ref => 'db7590b6e38efb8a53360b0b470e9ad8c2932ed5' | ||
cookbook 'elasticsearch', :git => 'git://github.com/bryanwb/cookbook-elasticsearch.git', :ref => 'a9b47b0aec348806a570f76e69d3548a8d1fff62' | ||
cookbook 'apache2', :locked_version => '1.1.10' | ||
cookbook 'build-essential', :locked_version => '1.0.2' | ||
cookbook 'xml', :locked_version => '1.0.4' | ||
cookbook 'openssl', :locked_version => '1.0.0' | ||
cookbook 'chef_handler', :locked_version => '1.0.6' | ||
cookbook 'windows', :locked_version => '1.3.0' | ||
cookbook 'mysql', :locked_version => '1.2.6' | ||
cookbook 'php', :locked_version => '1.0.2' | ||
cookbook 'runit', :locked_version => '0.15.0' | ||
cookbook 'yum', :locked_version => '0.6.2' | ||
cookbook 'dmg', :locked_version => '1.0.0' | ||
cookbook 'git', :locked_version => '1.0.0' | ||
cookbook 'python', :locked_version => '1.0.6' | ||
cookbook 'java', :locked_version => '1.5.0' | ||
cookbook 'jpackage', :locked_version => '0.10.0' | ||
cookbook 'ant', :locked_version => '0.10.1' | ||
cookbook 'bluepill', :locked_version => '1.0.4' | ||
cookbook 'ohai', :locked_version => '1.0.2' | ||
cookbook 'erlang', :locked_version => '1.0.0' | ||
cookbook 'ark', :locked_version => '0.0.10' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
0.2.1 (June 26, 2012) | ||
--------------------- | ||
|
||
New features | ||
* Use ruby hashes supplied by roles to populate inputs, filters, | ||
and outputs | ||
* redhat-family support | ||
* change default version of logstash to 1.1.1preview | ||
* add in Travis-CI support | ||
|
||
Bug fixes | ||
* keep apache default site from obscuring kibana |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Bryan Berry (@bryanwb) | ||
Juanje Ojeda (@juanje) | ||
Richard Clamp (@richardc) | ||
Hector Castro (@hectcastro) | ||
@benattar | ||
ChrisLundquist (@ChrisLundquist) | ||
Phil Sturgeon (@philsturgeon) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
source "https://rubygems.org" | ||
|
||
gem 'berkshelf' | ||
gem 'vagrant', '~> 1.0.5' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,134 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
activemodel (3.2.11) | ||
activesupport (= 3.2.11) | ||
builder (~> 3.0.0) | ||
activesupport (3.2.11) | ||
i18n (~> 0.6) | ||
multi_json (~> 1.0) | ||
addressable (2.3.2) | ||
archive-tar-minitar (0.5.2) | ||
berkshelf (1.1.2) | ||
activesupport | ||
chef (>= 10.16.2) | ||
chozo (>= 0.2.3) | ||
hashie | ||
minitar | ||
multi_json (>= 1.3.0) | ||
ridley (>= 0.6.3) | ||
solve (>= 0.4.0.rc1) | ||
thor (~> 0.16.0) | ||
vagrant (~> 1.0.5) | ||
yajl-ruby | ||
builder (3.0.4) | ||
bunny (0.7.9) | ||
celluloid (0.12.4) | ||
facter (>= 1.6.12) | ||
timers (>= 1.0.0) | ||
chef (10.18.2) | ||
bunny (>= 0.6.0, < 0.8.0) | ||
erubis | ||
highline (>= 1.6.9) | ||
json (>= 1.4.4, <= 1.6.1) | ||
mixlib-authentication (>= 1.3.0) | ||
mixlib-cli (>= 1.1.0) | ||
mixlib-config (>= 1.1.2) | ||
mixlib-log (>= 1.3.0) | ||
mixlib-shellout | ||
moneta (< 0.7.0) | ||
net-ssh (~> 2.2.2) | ||
net-ssh-multi (~> 1.1.0) | ||
ohai (>= 0.6.0) | ||
rest-client (>= 1.0.4, < 1.7.0) | ||
treetop (~> 1.4.9) | ||
uuidtools | ||
yajl-ruby (~> 1.1) | ||
childprocess (0.3.7) | ||
ffi (~> 1.0, >= 1.0.6) | ||
chozo (0.4.2) | ||
activesupport (>= 3.2.0) | ||
hashie | ||
multi_json (>= 1.3.0) | ||
erubis (2.7.0) | ||
facter (1.6.17) | ||
faraday (0.8.5) | ||
multipart-post (~> 1.1) | ||
ffi (1.3.1) | ||
hashie (1.2.0) | ||
highline (1.6.15) | ||
i18n (0.6.1) | ||
ipaddress (0.8.0) | ||
json (1.5.4) | ||
log4r (1.1.10) | ||
mime-types (1.20.1) | ||
minitar (0.5.4) | ||
mixlib-authentication (1.3.0) | ||
mixlib-log | ||
mixlib-cli (1.3.0) | ||
mixlib-config (1.1.2) | ||
mixlib-log (1.4.1) | ||
mixlib-shellout (1.1.0) | ||
moneta (0.6.0) | ||
multi_json (1.5.0) | ||
multipart-post (1.1.5) | ||
net-http-persistent (2.8) | ||
net-scp (1.0.4) | ||
net-ssh (>= 1.99.1) | ||
net-ssh (2.2.2) | ||
net-ssh-gateway (1.1.0) | ||
net-ssh (>= 1.99.1) | ||
net-ssh-multi (1.1) | ||
net-ssh (>= 2.1.4) | ||
net-ssh-gateway (>= 0.99.0) | ||
ohai (6.16.0) | ||
ipaddress | ||
mixlib-cli | ||
mixlib-config | ||
mixlib-log | ||
mixlib-shellout | ||
systemu | ||
yajl-ruby | ||
polyglot (0.3.3) | ||
rest-client (1.6.7) | ||
mime-types (>= 1.16) | ||
ridley (0.6.3) | ||
activemodel (>= 3.2.0) | ||
activesupport (>= 3.2.0) | ||
addressable | ||
celluloid | ||
chozo (>= 0.2.2) | ||
erubis | ||
faraday | ||
json (>= 1.5.0) | ||
mixlib-authentication | ||
mixlib-log | ||
multi_json (>= 1.0.4) | ||
net-http-persistent (>= 2.8) | ||
net-ssh | ||
solve (0.4.1) | ||
json | ||
systemu (2.5.2) | ||
thor (0.16.0) | ||
timers (1.1.0) | ||
treetop (1.4.12) | ||
polyglot | ||
polyglot (>= 0.3.1) | ||
uuidtools (2.1.3) | ||
vagrant (1.0.6) | ||
archive-tar-minitar (= 0.5.2) | ||
childprocess (~> 0.3.1) | ||
erubis (~> 2.7.0) | ||
i18n (~> 0.6.0) | ||
json (~> 1.5.1) | ||
log4r (~> 1.1.9) | ||
net-scp (~> 1.0.4) | ||
net-ssh (~> 2.2.2) | ||
yajl-ruby (1.1.0) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
berkshelf | ||
vagrant (~> 1.0.5) |
Oops, something went wrong.