zattoo / puppet-scylladb

Puppet module for ScyllaDB

Home Page:http://scylladb.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Puppet ScyllaDB

Build Status Version

This role installs and configures ScyllaDB cluster.

Requirements

CentOS/RHEL 7.2 and above

Documentation

ScyllaDB documentation

Simple setup

class{ 'scylla':
  cluster_name              =>  'ScyllaTest'
  dc                        =>  'ScyllaUS',
  rack                      =>  'ScyllaTestRack',
  seeds                     =>  ['192.30.253.113','192.30.253.112'],
  manage_firewall           =>  false
  scylla_setup_skip_options =>  '--no-raid-setup',
  scylla_setup_nic_options  =>  '--setup-nic --nic bond0',
}

License

See LICENSE file.

Author Information

Yakir Gibraltar / yakirgb

About

Puppet module for ScyllaDB

http://scylladb.com

License:MIT License


Languages

Language:HTML 54.4%Language:Puppet 19.1%Language:Shell 14.5%Language:Ruby 11.9%