Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

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

KrisBuytaert/puppet-zookeeper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 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 93.8%
  • Ruby 6.2%