Version information
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
Add this module to your Puppetfile:
mod 'ceritsc-hp_sdr', '0.9.5'
Learn more about managing modules with a PuppetfileDocumentation
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:
- apt (https://github.com/puppetlabs/puppetlabs-apt)
- yum (https://github.com/CERIT-SC/puppet-yum)
- zypprepo (https://github.com/deadpoint/puppet-zypprepo)
- stdlib (https://github.com/puppetlabs/puppetlabs-stdlib)
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
- Håkon Heggernes Lerring hakon@powow.no
CERIT Scientific Cloud, support@cerit-sc.cz
2016-07-26 - Release 0.9.5
Summary
Updated GPG keys with long IDs.
Bugfixes
- Updated GPG keys with fingerprint long IDs to avoid apt::key complains.
2016-02-15 - Release 0.9.4
Summary
Update repository URL
Bugfixes
- Update repository URL
2016-01-11 - Release 0.9.3
Summary
GPG keys update for 2015
Bugfixes
- GPG keys update for 2015
2014-12-08 - Release 0.9.2
Summary
Fix file/directory permissions.
Bugfixes
- Fix PF module archive file/directory permissions.
2014-09-02 - Release 0.9.1
Summary
Fix metadata.json
Bugfixes
- Fix metadata.json module dependencies
2014-08-22 - Release 0.9.0
Summary
Initial release.
Dependencies
- puppetlabs/stdlib (>= 4.0.0)
- puppetlabs/apt (>= 1.6.0)
- ceritsc/yum (>= 0.9.0)
- darin/zypprepo (>= 1.0.1)
The MIT License (MIT) Copyright (c) 2014-2016 CERIT-SC, Institute of Computer Science, Masaryk University Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.