Forge Home

scylla

Scylla installation and configuration

16,566 downloads

11,633 latest version

5.0 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.14 (latest)
  • 0.1.13
  • 0.1.12 (deleted)
  • 0.1.10 (deleted)
  • 0.1.9 (deleted)
  • 0.1.6 (deleted)
  • 0.1.5
  • 0.1.4
  • 0.1.3
  • 0.1.2
  • 0.1.1
released Apr 10th 2019
This version is compatible with:
  • Puppet Enterprise 2018.1.x, 2017.3.x, 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
  • Puppet >= 4.4.0 < 6.0.0
  • ,

Start using this module

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

Add this module to your Puppetfile:

mod 'yakirg-scylla', '0.1.14'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add yakirg-scylla
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install yakirg-scylla --version 0.1.14

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

Documentation

yakirg/scylla — version 0.1.14 Apr 10th 2019

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