https://github.com/leucos/ansible-dse
Datastax Ansible role
https://github.com/leucos/ansible-dse
ansible-role cassandra dse
Last synced: 2 months ago
JSON representation
Datastax Ansible role
- Host: GitHub
- URL: https://github.com/leucos/ansible-dse
- Owner: leucos
- Created: 2017-03-11T17:40:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-23T22:20:36.000Z (about 9 years ago)
- Last Synced: 2025-01-26T11:44:25.776Z (over 1 year ago)
- Topics: ansible-role, cassandra, dse
- Language: Shell
- Size: 186 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ansible DSE Role
================
This role installs [Datastax DSE](http://www.datastax.com/products/datastax-enterprise).
This role can install any of:
- DSE (when `dse_install_dse` is True)
- Opscenter (when `dse_install_opscenter` is True)
- Datastax Agent (when `dse_opscenter_ip` is set)
Variables
---------
- `dse_install_opscenter`: set to true to install opscenter (default: False)
- `dse_install_dse`: set to true to install DSE (default: False)
- `dse_opscenter_ip`: opscenter IP for agent configuration (default: False)
- `dse_repository_login`: login for Datastax's DEB repository access (default: False, **mandatory**)
- `dse_repository_password`: login for Datastax's DEB repository access (default: False, **mandatory**)
Tests
-----
First, set your DSE repository credentials in `tests/ansible-dse/inventory/group_vars/all`.
Test can then be run using vagrant:
```
vagrant up
vagrant ssh -c specs
```
Note the VM is set to eat 4GB RAM.
Licence
-------
MIT