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.13

Installs/Configures storm

Policyfile
Berkshelf
Knife
cookbook 'storm-cluster', '= 0.0.13', :supermarket
cookbook 'storm-cluster', '= 0.0.13'
knife supermarket install storm-cluster
knife supermarket download storm-cluster
README
Dependencies
Changelog
Quality 100%

storm-cookbook Build Status

This is chef cookbook for apache storm

Download

storm-cluster: Chef Supermarket

Requirements

Attributes

storm::default

<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['storm'][:package]</tt></td>
<td>String</td>
<td>Storm package name for constructing storm cluster</td>
<td><tt>apache-storm-0.10.0-SNAPSHOT</tt></td>
</tr>

<tr>
<td><tt>['storm'][:version]</tt></td>
<td>String</td>
<td>Storm version</td>
<td><tt>0.10.0-SNAPSHOT</tt></td>
</tr>

<tr>
<td><tt>['storm'][:install_dir]</tt></td>
<td>String</td>
<td>Storm package install directory</td>
<td><tt>/usr/share/storm</tt></td>
</tr>

<tr>
<td><tt>['storm'][:zookeeper_ip]</tt></td>
<td>String</td>
<td>Zookeeper server IP address</td>
<td><tt>192.168.50.3</tt></td>
</tr>

<tr>
<td><tt>['storm'][:nimbus_ip]</tt></td>
<td>String</td>
<td>Storm nimbus server IP address</td>
<td><tt>192.168.50.4</tt></td>
</tr>

</table>

Usage

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

storm::default

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

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

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

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

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

  • [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.

Foodcritic Metric
            

0.0.13 passed this metric