An open API service indexing awesome lists of open source software.

https://github.com/yakirgb/puppet-scylladb

Puppet module for ScyllaDB
https://github.com/yakirgb/puppet-scylladb

puppet scylla scylladb

Last synced: 2 months ago
JSON representation

Puppet module for ScyllaDB

Awesome Lists containing this project

README

        

# Puppet ScyllaDB

[![Build Status](https://travis-ci.org/yakirgb/puppet-scylladb.svg?branch=master)](https://travis-ci.org/yakirgb/puppet-scylladb) [![Version](https://img.shields.io/puppetforge/v/yakirg/scylla.svg)](https://forge.puppet.com/yakirg/scylla)

This role installs and configures ScyllaDB cluster.

## Requirements

CentOS/RHEL 7.2 and above

## Documentation

[ScyllaDB documentation](http://docs.scylladb.com/)

## Simple setup

```puppet
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