Skip to content

razorsedge/puppet-hp_spp

Repository files navigation

Puppet HP Service Pack for ProLiant Module

master branch: Build Status develop branch: Build Status

Introduction

This module manages the installation of the hardware monitoring aspects of the HP Service Pack for ProLiant from the Software Delivery Repository. 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

include hp_spp
# 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 mike@razorsedge.org

razorsedge/puppet-hp_spp on GitHub

razorsedge/hp_spp on Puppet Forge

About

Puppet module to manage HP Service Pack for ProLiant hardware monitoring installation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published