https://github.com/ericsson/puppet-module-ecloud
https://github.com/ericsson/puppet-module-ecloud
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericsson/puppet-module-ecloud
- Owner: Ericsson
- License: apache-2.0
- Created: 2016-06-21T07:47:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T16:15:47.000Z (about 7 years ago)
- Last Synced: 2025-05-07T18:16:17.597Z (8 months ago)
- Language: Ruby
- Size: 19.5 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# puppet-module-ecloud
===
Manage Electric Accelerator
===
# Compatibility
---------------
This module has been tested to work on the following systems with the latest
Puppet v3, v3 with future parser, v4, v5 and v6. See `.travis.yml` for the
exact matrix of supported Puppet and ruby versions.
* EL 6
===
# Parameters
------------
package_name
------------
Name of the Electric Accelerator package
- *Default*: electricaccelerator
package_ensure
--------------
Ensure of the package
- *Default*: present
service_name
------------
Name of the Electric Accelerator service
- *Default*: ecagent
service_ensure
--------------
Ensure of the service, accepts 'running' or 'stopped'
- *Default*: running
service_enable
--------------
Should the service be enabled? Bool.
- *Default*: true
sysconfig_file
--------------
Path to the configuration file
- *Default*: /etc/sysconfig/ecagent.conf
sysconfig_ensure
----------------
Ensure of config file, accepts 'present', 'absent', 'file' or 'link'
- *Default*: file
sysconfig_owner
---------------
Owner of config file
- *Default*: root
sysconfig_group
---------------
Group of config file
- *Default*: root
sysconfig_mode
--------------
Mode of config file
- *Default*: 0644
cmhost
------
Hostname of the Cluster Manager
- *Default*: undef
cmport
------
Cluster Manager port
- *Default*: 8030
install_erunnerd
----------------
Should erunnerd be installed?
- *Default*: undef
log_remove
----------
Should logs be removed? Accepts 'Yes' or 'No'
- *Default*: No
lsf_host
--------
Lsf host? Accepts 'y' or 'n'
- *Default*: n
max_open_fds
------------
Max open fds
- *Default*: undef
agent_number
------------
Number of agents
- *Default*: $::processorcount
reboot
------
Reboot? Accepts 'Yes' or 'No'
- *Default*: No
secure_console
--------------
Secure console? Accepts 'y' or 'n'
- *Default*: n
tmp_path
--------
Path to temporary folder
- *Default*: /tmp