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
- Host: GitHub
- URL: https://github.com/yakirgb/puppet-scylladb
- Owner: yakirgb
- License: mit
- Created: 2017-05-08T11:29:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T12:29:00.000Z (about 6 years ago)
- Last Synced: 2024-05-09T17:10:01.109Z (about 1 year ago)
- Topics: puppet, scylla, scylladb
- Language: HTML
- Homepage: http://scylladb.com
- Size: 64.5 KB
- Stars: 10
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Puppet ScyllaDB
[](https://travis-ci.org/yakirgb/puppet-scylladb) [](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',
}
```
## LicenseSee LICENSE file.
## Author Information
Yakir Gibraltar / yakirgb