Version information
This version is compatible with:
- , ,
Start using this module
Add this module to your Puppetfile:
mod 'evenup-riakdev', '2.0.0'
Learn more about managing modules with a PuppetfileDocumentation
What is it?
A puppet module that creates a riak "development" cluster. It takes care of putting binary files on disk and creating the cluster, but does not create the initial binary tarball. To create the binary tarball:
Download current [source](http://docs.basho.com/riak/latest/tutorials/installation/Installing-Riak-from-Source/)
tar -xzf riak-${version}.tar.gz
cd riak-${version}
make all
make devrel DEVNODES=1
cd dev
mv dev1 dev
tar -czf riak-dev-instance-${version}.tar.gz dev
The riak cluster is automatically backed up by evenup/backups and graphite statics through sensu are provided. Both will be made optional in a future release.
Usage:
Known Issues:
Only tested on CentOS 6
TODO:
[ ] Make backups optional [ ] Make sensu monitoring optional
License:
Released under the Apache 2.0 licence
Contribute:
- Fork it
- Create a topic branch
- Improve/fix (with spec tests)
- Push new topic branch
- Submit a PR
20150805 v2.0.0 Reworked for riak 2.x Added acceptance tests 20140114 v1.3.0 Monitoring is optional Fix data_root overlap 20130902 v1.2.0 Remove backups Templates for riak 1.3 v1.1.1: Add containment v1.1.0: Remove hiera dependency for puppet 2.7 v1.0.0: Refactored dev instances to be more robust Allows specifying the number of dev instances to run v0.1.0: Initial public release
Dependencies
- puppetlabs/firewall (>= 1.2.0 <2.0.0)
- puppetlabs/stdlib (>=3.2.0 <5.0.0)
Copyright 2013 EvenUp Inc 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.