Skip to content

A puppet module for deploying ZooKeeper on CentOS. Aims to provide: installation, configuration through parametized classes, Ongoing Data Directory Cleanup tasks, monitoring integration for ZK.

Notifications You must be signed in to change notification settings

honzatlusty/puppet-zookeeper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#puppet-zookeeper

This is a module written from scratch, but based on some other puppet modules for ZK found around.

Reason being:

  • I want something that works on CentOS
  • Others had bugs in them
  • Others didn't manage users and groups
  • Others assumed I would package zookeeper by the side

A puppet receipt for Apache Zookeeper. ZooKeeper is a high-performance coordination service for maintaining configuration information, naming, providing distributed synchronization, and providing group services.

Basic Usage:

class { 'zookeeper': }

Parameters

  • myid - cluster-unique zookeeper's instance id (1-255)

About

A puppet module for deploying ZooKeeper on CentOS. Aims to provide: installation, configuration through parametized classes, Ongoing Data Directory Cleanup tasks, monitoring integration for ZK.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Puppet 57.1%
  • HTML 39.2%
  • Ruby 3.7%