Forge Home

riak

A module for managing Riak with Puppet, that supports clustering of the Riak nodes. This is v0.1.2 of the haf-riak module, released into Puppetforge as only 0.1.1 was available on Puppetforge

9,428 downloads

9,428 latest version

3.2 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.1.2 (latest)
released May 13th 2014

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'siddhuwarrier-riak', '0.1.2'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add siddhuwarrier-riak
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install siddhuwarrier-riak --version 0.1.2

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download
Tags: haf-riak

Documentation

siddhuwarrier/riak — version 0.1.2 May 13th 2014

Puppet module for Riak

This module allows you to manage Riak with puppet.

Riak is a Dynamo-inspired key/value store that scales predictably and easily. Riak combines a decentralized key/value store, a flexible map/reduce engine, and a friendly HTTP/JSON query interface to provide a database ideally suited for Web applications. And, without any object-relational mappers and other heavy middleware, applications built on Riak can be both simpler and more powerful. For complete documentation and source code, see the Riak home page at Basho.

Getting Started

Have a look at the Wiki.

Tested on:

  • Ubuntu 12.04 LTS (Precise) 64-bit - works,
  • Debian 6.0 (Squeeze) 64-bit
  • CentOs 6.3 64-bit

Development Environment

You can simply clone this module like normal to your puppet-modules-folder. It'll work. Done.

If you want to check that it works, then install vagrant, rake and VirtualBox, then run rake vagrant:up.


For more details info, see Testing with Vagrant on the wiki.

Outstanding External Issues

Working on this module has been really nice, but unfortunately it's noticeable that not most people actually unit-test their puppet modules.

I think puppet is an awesome project, and I would love for the tooling around creating powerful modules to improve. Here are some of my experienced bumps in the road.