cookbook 'hypertable', '= 0.1.3'
hypertable (4) Versions 0.1.3 Follow1
Installs/Configures hypertable
cookbook 'hypertable', '= 0.1.3', :supermarket
knife supermarket install hypertable
knife supermarket download hypertable
Hypertable Cookbook
This is a beta cookbook not indented to be used in production.
Opscode Chef cookbook for Hypertable.
This cookbook helps build a hypertable cluster.
Installation
- Create roles:
- hypertable_hyperspace
- hypertable_master
- hypertable_slave
- hypertable_thriftbroker_additional
- Assign the roles to the nodes.
- Set an admin node using
hypertable::admin
recipe. - Add
hypertable
recipe to the nodes run list.
Recipes
hypertable
Provisions hypertable and executes the recipes defined by role in the node. (i.e a node with 'hypertable_master' includes 'hypertable::master')
hypertable::admin
Installs Capistrano
hypertable::master
Includes hypertable::monitoring
hypertable::monitoring
Installs required modules for monitoring
Requirements
- SSH root access between nodes for Capistrano operations.
TODO
- Fine tune iptables rules.
- More DRY.
- Support other OSes: Fedora, Redhat, CentOS, Debian, OSX.
Contribute
Feel free to fork https://github.com/llonchj/cookbook_hypertable and pull request your modifications.
License and Authors
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.
Copyright 2013, by his authors:
- Jordi Llonch llonchj@gmail.com
Dependent cookbooks
iptables >= 0.0.0 |
ulimit >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.