Code Monkey home page Code Monkey logo

cookbooks's People

Contributors

prognostikos avatar rcolanero avatar tas50 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cookbooks's Issues

Is the zookeeper license correct?

I noticed that the zookeeper license in its metadata.rb file is set as "All rights reserved" while every other cookbook that I checked is Apache 2. Is this correct?

Thanks,
Andy

ms_dotnet45 timeout greater than 600sec

Can we update cookbook ms_dotnet45 to include an option to override the default 600 sec timeout for windows_package?

Example:
windows_package "Microsoft .NET Framework 4.5" do
source node['ms_dotnet45']['http_url']
installer_type :custom
options "/quiet /norestart"
timeout node['ms_dotnet45']['timeout']
action :install
end

Kafka has no download url

What's the binary download URL? The only thing I can find on Apache's site is the source archive.

zeromz and jzmq packages not found

Hello, we're trying to intall on ubuntu 12.04 on EC2, and it's saying the zeromq and jzmq packages cannot be found.

Do we need to specify an apt-repository that has these assets in them?

Thank you,
-Loren

storm install failing

I am getting a runtime error when trying to install storm onto a Vagrant VirtualBox VM using Chef-solo and Berkshelf.

The Vagrantfile is:

Vagrant.configure("2") do |config|
  config.berkshelf.enabled = true
  config.vm.box = "precise64"
  config.vm.box_url = "http://files.vagrantup.com/precise64.box"

  config.vm.provision :chef_solo do |chef|
    chef.add_recipe "storm"
  end
end

The Berksfile is:

cookbook "storm"

Host OS: Mac OS X 10.8.3
Guest OS: Ubuntu 12.04
Vagrant: 1.2.2
Chef: 10.14.2

I am not sure where the /etc/chef/client.pem file comes from or what it is used for. The instructions for using the cookbook are not entirely clear to me, so I assume I am missing something obvious.

[2013-05-23T19:57:32+00:00] INFO: *** Chef 10.14.2 ***
[2013-05-23T19:57:32+00:00] INFO: Setting the run_list to ["recipe[storm]"] from JSON
[2013-05-23T19:57:32+00:00] INFO: Run List is [recipe[storm]]
[2013-05-23T19:57:32+00:00] INFO: Run List expands to [storm]
[2013-05-23T19:57:32+00:00] INFO: Starting Chef Run for precise64
[2013-05-23T19:57:32+00:00] INFO: Running start handlers
[2013-05-23T19:57:32+00:00] INFO: Start handlers complete.
[2013-05-23T19:57:33+00:00] WARN: Failed to read the private key /etc/chef/client.pem: #<Errno::ENOENT: No such file or directory - /etc/chef/client.pem>

================================================================================
Recipe Compile Error in /tmp/vagrant-chef-1/chef-solo-1/cookbooks/storm/recipes/default.rb
================================================================================

Chef::Exceptions::PrivateKeyMissing
-----------------------------------
I cannot read /etc/chef/client.pem, which you told me to use to sign requests!

Cookbook Trace:
---------------
  /tmp/vagrant-chef-1/chef-solo-1/cookbooks/storm/recipes/default.rb:34:in `from_file'

Relevant File Content:
----------------------
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/storm/recipes/default.rb:

  1:  #
  2:  # Cookbook Name:: storm
  3:  # Recipe:: default
  4:  #
  5:  # Copyright 2012, Webtrends, Inc.
  6:  #
  7:  # Licensed under the Apache License, Version 2.0 (the "License");
  8:  # you may not use this file except in compliance with the License.
  9:  # You may obtain a copy of the License at

[2013-05-23T19:57:33+00:00] ERROR: Running exception handlers
[2013-05-23T19:57:33+00:00] ERROR: Exception handlers complete
[2013-05-23T19:57:33+00:00] FATAL: Stacktrace dumped to /tmp/vagrant-chef-1/chef-stacktrace.out
[2013-05-23T19:57:33+00:00] FATAL: Chef::Exceptions::PrivateKeyMissing: I cannot read /etc/chef/client.pem, which you told me to use to sign requests!
Chef never successfully completed! Any errors should be visible in the
output above. Please fix your recipes so that they properly complete.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.