Forge Home

hp_sdr

Setup HP Software Delivery Repositories

12,533 downloads

6,724 latest version

3.1 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.9.5 (latest)
  • 0.9.4
  • 0.9.3
  • 0.9.2
  • 0.9.1
  • 0.9.0
released Jul 26th 2016
This version is compatible with:
  • Puppet Enterprise 3.3.x
  • Puppet 3.0
  • RedHat, CentOS, Scientific, OracleLinux, SLES, SLED, Debian, Ubuntu

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'ceritsc-hp_sdr', '0.9.5'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add ceritsc-hp_sdr
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install ceritsc-hp_sdr --version 0.9.5

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download
Tags: hp-sdr

Documentation

ceritsc/hp_sdr — version 0.9.5 Jul 26th 2016

This module is not maintained anymore. Please switch to https://forge.puppet.com/vholer/hp_sdr or https://github.com/vholer/puppet-hp_sdr

Puppet module for HP SDR setup

This module configures client for HP Service Delivery Repositories.

Requirements

Module has been tested on:

  • Puppet 3.0
  • OS:
    • RHEL 6
    • Debian 7

Required modules:

Quick Start

There are predefined classes for common repositories:

  • hp_sdr::spp (Service Pack for ProLiant)
  • hp_sdr::mcp (Management Component Pack for ProLiant)
  • hp_sdr::isp (Integrity Support Pack)
  • hp_sdr::iwbem (Integrity WBEM Providers)
  • hp_sdr::mlnx_ofed (Mellanox OFED VPI Drivers and Utilities)
  • hp_sdr::vibsdepot (VMware® ESXi bundles)
  • hp_sdr::hpsum (HP Smart Update Manager)
  • hp_sdr::stk (HP ProLiant Scripting Toolkit)
include hp_sdr::spp
include hp_sdr::mcp
include hp_sdr::isp
include hp_sdr::iwbem
include hp_sdr::mlnx_ofed
include hp_sdr::vibsdepot
include hp_sdr::hpsum
include hp_sdr::stk

Full configuration options:

class { 'hp_sdr::spp':
  ensure      => present|absent,  # ensure state
  keys_stage  => main,            # run stage for hp_sdr::gpgkeys
  gpgcheck    => 1|0,             # check GPG signatures
  dist        => '...',           # OS code name
  release     => '...',           # OS version
  arch        => '...',           # OS architecture
  project_ver => 'current',       # HP bundle version
  url_base    => '...',           # URL base part
  url_repo    => '...',           # URL repo. specific part
}

Contributors


CERIT Scientific Cloud, support@cerit-sc.cz