Every repository with this icon (
Every repository with this icon (
tree f598ac563627a9950ca323127f55f97cf040855d
parent 9f0f1ef630136e8ddab7516031b3358378176d38
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
README.rdoc | Wed Jul 01 21:20:07 -0700 2009 | |
| |
attributes/ | Mon Oct 05 14:37:14 -0700 2009 | |
| |
metadata.json | Tue Oct 27 14:39:52 -0700 2009 | |
| |
metadata.rb | Thu Jul 02 13:20:34 -0700 2009 | |
| |
recipes/ | Thu Jul 02 13:53:15 -0700 2009 | |
| |
templates/ | Wed Jul 01 21:20:07 -0700 2009 |
DESCRIPTION:
Installs and configures dynomite.
REQUIREMENTS:
Platform:
Ubuntu, mainly because of dependencies on Ubuntu specific installation methods in dependencies (thrift and boost).
Cookbooks:
Opscode/cookbooks:
- thrift
** boost
- ruby
- git
- erlang
- runit
ATTRIBUTES:
- dynomite[:master] - whether this node is a master cluster node.
- dynomite[:cluster_name] - name of the dynomite cluster.
- dynomite[:data_dir] - location of the data.
- dynomite[:num_nodes] - number of nodes in the cluster.
- dynomite[:node_name] - name of this node.
- dynomite[:ascii_port] - port for ASCII protocol.
- dynomite[:thrift_port] - port for Thrift protocol.
- dynomite[:web_port] - port for web (HTTP).
USAGE:
Nothing fancy. Include the recipe, or add to a run_list like any other recipe. This cookbook relies on the ruby-dynomite client, which manages dynomite processes. The cookbook will set up dynomite as a runit service.
LICENSE and AUTHOR:
| Author: | Joshua Timberman (<joshua@opscode.com>) |
| Copyright: | 2009, Opscode, Inc. |
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.







