Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yano3/puppet-cerebro
Module for managing and configuring Cerebro.
https://github.com/yano3/puppet-cerebro
elasticsearch puppet
Last synced: 30 days ago
JSON representation
Module for managing and configuring Cerebro.
- Host: GitHub
- URL: https://github.com/yano3/puppet-cerebro
- Owner: yano3
- License: mit
- Created: 2017-02-24T03:51:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T11:54:36.000Z (10 months ago)
- Last Synced: 2024-05-21T23:05:06.821Z (6 months ago)
- Topics: elasticsearch, puppet
- Language: Puppet
- Homepage: https://forge.puppet.com/yano3/cerebro
- Size: 56.6 KB
- Stars: 2
- Watchers: 1
- Forks: 20
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cerebro Puppet Module [![Puppet Forge](https://img.shields.io/puppetforge/v/yano3/cerebro.svg?style=flat-square)](https://forge.puppet.com/yano3/cerebro)
#### Table of Contents
1. [Description](#description)
1. [Setup - The basics of getting started with cerebro](#setup)
* [Beginning with cerebro](#beginning-with-cerebro)
1. [Usage - Configuration options and additional functionality](#usage)
1. [Reference - An under-the-hood peek at what the module is doing and how](#reference)
1. [Limitations - OS compatibility, etc.](#limitations)
1. [Development - Guide for contributing to the module](#development)## Description
Puppet module for managing and configuring [Cerebro](https://github.com/lmenezes/cerebro).
## Setup
### Beginning with cerebro
```
class { 'cerebro': }
```## Usage
```
class { 'cerebro':
version => '0.8.3',
}
```## Reference
### Parameters
#### Class: `cerebro`
- `version`: Specify Cerebro version.
- `service_ensure`: Determines whether the cerebro service should be running.
- `service_enable`: Determines whether the cerebro service should be enabled when the system is booted.
- `secret`: Specify secret string.
- `hosts`: Specify a list of known hosts.
- `basepath`: Specify application base path.
- `shell`: Specify a shell for cerebro user.
- `manage_user`: Specify whether creating user that cerebro process is executed as.
- `cerebro_user`: Specify the user that cerebro process is executed as.
- `package_url`: Specify a package location.
- `java_opts`: Specify `JAVA_OPTS` variables.
- `java_home`: Specify `JAVA_HOME` path.
- `basic_auth_settings`: Specify basic authentication settings.
- `address`: Specify IP address cerebro listeining on.## Limitations
This module has been tested on:
- CentOS 7
## Development
Bug reports and pull requests are welcome on GitHub at https://github.com/yano3/puppet-cerebro.