项目作者: leucos

项目描述 :
Datastax Ansible role
高级语言: Shell
项目地址: git://github.com/leucos/ansible-dse.git
创建时间: 2017-03-11T17:40:37Z
项目社区:https://github.com/leucos/ansible-dse

开源协议:

下载


Ansible DSE Role

This role installs Datastax DSE.

This role can install any of:

  1. - DSE (when `dse_install_dse` is True)
  2. - Opscenter (when `dse_install_opscenter` is True)
  3. - 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:

  1. vagrant up
  2. vagrant ssh -c specs

Note the VM is set to eat 4GB RAM.

Licence

MIT