8000 GitHub - Orceo/zookeeper-chef-cookbook: A lightweight OpsCode Chef cookbook for Apache ZooKeeper. Targets Ubuntu and Debian
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Orceo/zookeeper-chef-cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZooKeeper Chef Cookbook

This is a lightweight OpsCode Chef cookbook for Apache ZooKeeper that supports Ubuntu and Debian.

It uses standard apt repository packages, allows you to tweak JVM and zoo.cfg parameters using Chef node attributes and is intentionally small, simple and limited in scope.

ZooKeeper Version

This cookbook uses standard apt packages so the exact version will vary between distribution releases. For recent Ubuntu releases, it is ZooKeeper 3.3.

Recipes

Main recipe is zookeeper::default.

Attributes

All the attributes below are namespaced under node[:zookeeper], so :jvm_opts is accessible via node[:zookeeper][:jvm_opts] and so on.

  • :jvm_opts: command line switches that will be passed to JVM on server start (like -Djava.net.preferIPv4Stack)
  • :client_port: port ZooKeeper clients will use to connect, 2181 by default
  • :servers: a list of server lines as accepted in ZooKeeper configuration file, empty by default.

Dependencies

OpenJDK 6 or Sun JDK 6.

Copyright & License

Michael S. Klishin & Orceo GmbH, 2012.

Released under the Apache 2.0 license.

About

A lightweight OpsCode Chef cookbook for Apache ZooKeeper. Targets Ubuntu and Debian

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0