Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

storm-cluster (23) Versions 0.0.23

Installs/Configures storm

Policyfile
Berkshelf
Knife
cookbook 'storm-cluster', '~> 0.0.23', :supermarket
cookbook 'storm-cluster', '~> 0.0.23'
knife supermarket install storm-cluster
knife supermarket download storm-cluster
README
Dependencies
Changelog
Quality 17%

storm-cookbook Build Status storm-cluster LICENSE

This is a chef cookbook for apache storm

Download

storm-cluster: Chef Supermarket

Requirements

Chef: 11.18.0+
java

When you run this cookbook on debian platform, you should run also apt::default recipe before storm recipes.

Attributes

storm::default

Key Type Description Default
['storm']['package'] String Storm package name for constructing storm cluster apache-storm-0.10.0-SNAPSHOT
['storm']['version'] String Storm version 0.10.0-SNAPSHOT
['storm']['install_dir'] String Storm package install directory /usr/share/storm
['storm']['install_method'] String Set to remote_file to download from storm.apache.org cookbook_file

All storm.yaml options are supported through the node['storm']['storm_yaml'] not object. See the attributes/storm_yaml.rb for more details.

At a minimum you will need create a role/environment/wrapper with the following options:

<pre>
"storm": {
"storm_yaml": {
"nimbus.host": "nimbus.example.com",
"storm.zookeeper.servers": [
"zookeeper1.example.com"
]
}
}
</pre>

Usage

First you have to add your storm package under files/default as tar.gz format in default install_method.

$ cp  cookbooks/storm-cluster/files/default/

If you change install_method to remote_file, the package will be downloaded automatically.

Recipes

e.g.
Just include storm in your node's run_list:

storm::nimbus

For nimbus node
json
{
"name":"nimbus_host",
"run_list": [
"storm::nimbus"
]
}

storm::supervisor

For supervisor node
json
{
"name":"supervisor_host",
"run_list": [
"storm::supervisor"
]
}

storm::drpc

For DRPC server
json
{
"name": "drpc_host",
"run_list": [
"storm::drpc"
]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

Authors:
* Kai Sasaki(Lewuathe)
* Bill Warner(TD-4242)

This cookbook is distributed under MIT License

Dependent cookbooks

java >= 0.0.0
apt >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

storm CHANGELOG

This file is used to list changes made in each version of the storm cookbook.

0.1.0.next
- Major changes to how the storm.yaml template is renderd
- depricated zookeeper_ip and nimbus_ip in favor of setting directly in storm->storm_yaml
- update to spec tests to reflect changes

0.1.0

  • [Kai Sasaki] - Initial release of storm

Check the Markdown Syntax Guide for help with Markdown.

The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.

Collaborator Number Metric
            

0.0.23 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

0.0.23 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

0.0.23 failed this metric

FC066: Ensure chef_version is set in metadata: storm-cluster/metadata.rb:1
FC069: Ensure standardized license defined in metadata: storm-cluster/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.0.23 passed this metric

Testing File Metric
            

0.0.23 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

0.0.23 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number