Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/razorsedge/puppet-hp_spp
Puppet module to manage HP Service Pack for ProLiant hardware monitoring installation.
https://github.com/razorsedge/puppet-hp_spp
Last synced: about 2 months ago
JSON representation
Puppet module to manage HP Service Pack for ProLiant hardware monitoring installation.
- Host: GitHub
- URL: https://github.com/razorsedge/puppet-hp_spp
- Owner: razorsedge
- License: other
- Created: 2013-04-03T15:15:45.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-09-23T16:20:26.000Z (over 7 years ago)
- Last Synced: 2024-03-14T20:04:56.393Z (10 months ago)
- Language: Ruby
- Homepage: https://forge.puppetlabs.com/razorsedge/hp_spp
- Size: 62.5 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Puppet HP Service Pack for ProLiant Module
==========================================master branch: [![Build Status](https://secure.travis-ci.org/razorsedge/puppet-hp_spp.png?branch=master)](http://travis-ci.org/razorsedge/puppet-hp_spp)
develop branch: [![Build Status](https://secure.travis-ci.org/razorsedge/puppet-hp_spp.png?branch=develop)](http://travis-ci.org/razorsedge/puppet-hp_spp)Introduction
------------This module manages the installation of the hardware monitoring aspects of the HP
[Service Pack for ProLiant](http://www.hp.com/go/spp/)
from the [Software Delivery Repository](http://downloads.linux.hpe.com/SDR/). It
does not support the HP kernel drivers.This module currently only works on Red Hat Enterprise Linux.
Actions:
* Installs the SPP YUM repository.
* Installs the HP Health packages and services.
* Installs the HP SNMP Agent package, service, and configuration.
* Installs the HP Systems Management Homepage packages, service, and configuration.OS Support:
* RedHat - tested on RHEL 6.4
* SuSE - presently unsupported (patches welcome)Class documentation is available via puppetdoc.
Examples
--------```puppet
include hp_spp
``````puppet
# Parameterized Class:
class { 'hp_spp':
install_smh => true,
smh_gid => 1000,
smh_uid => 2000,
cmamgmtstationrocommstr => 'community',
cmamgmtstationroipordns => 'hpsim.example.com workstation.example.com',
cmatrapdestinationcommstr => 'public',
cmatrapdestinationipordns => 'hpsim.example.com',
}
```Notes
-----* Only tested on RedHat 6.4 x86_64 on a HP DL360 G5.
Issues
------* None
TODO
----* None
Contributing
------------Please see CONTRIBUTING.md for contribution information.
License
-------Please see LICENSE file.
Copyright
---------Copyright (C) 2013 Mike Arnold
[razorsedge/puppet-hp_spp on GitHub](https://github.com/razorsedge/puppet-hp_spp)
[razorsedge/hp_spp on Puppet Forge](http://forge.puppetlabs.com/razorsedge/hp_spp)