Forge Home

dsu

Install/manage Dell System Update utility + OpenManage

5,998 downloads

5,998 latest version

3.8 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.1.0 (latest)
released Jun 27th 2016

Start using this module

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

Add this module to your Puppetfile:

mod 'sjoeboo-dsu', '0.1.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add sjoeboo-dsu
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install sjoeboo-dsu --version 0.1.0

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

Documentation

sjoeboo/dsu — version 0.1.0 Jun 27th 2016

dsu

Table of Contents

  1. Description
  2. Setup - The basics of getting started with dsu
  3. Usage - Configuration options and additional functionality
  4. Reference - An under-the-hood peek at what the module is doing and how
  5. Limitations - OS compatibility, etc.
  6. Development - Guide for contributing to the module

Description

Sets up Dell System Update (repository and installs the dsu tool), optionally installs Openmanager (srvadmin) packages and services

Setup

What dsu affects OPTIONAL

  • (Optional) DSU repos (os depentant and os independant)
  • dsu
  • (optional) Openmanage (srvadmin) packages and services.

Beginning with dsu

puppet module install sjoeboo-dsu

Usage

include ::dsu

Reference

manage_repo: Boolean, should this module manage the (yum) repos for the dsu installation. Default: true

repo: String, Base path to repo to install Default 'http://linux.dell.com/repo/hardware/dsu/'

repo_name: String, Name of repo to install (appends os-(in)dependentå) Default 'dell-system-update'

repo_gpgkey: String, Default Path/url to gpgkey to use "${repo}/public.key"

package_name: String, Name of dsu package to install Default 'dell-system-update'

package_version: String, Version string of dsu package to install (installed, lastest, $version, absent, etc)Default 'installed'

srvadmin: Boolean, Toggle installation of Openmanage(srvadmin)Default true

srvadmin_package: String, Name of srvadmin package to install Default 'srvadmin-all'

srvadmin_version: String, Version string of srvadmin package to install (installed, lastest, $version, absent, etc) Default 'installed'

srvadmin_services: Array, List of srdadmin services to manage. Default ['dataeng','dsm_om_connsvc','dsm_om_shrsvc','instsvcdrv']

srvadmin_services_enable: Boolean, Toggle enabling srvadmin services Default true

srvadmin_services_ensure: String State of srvadmin services to ensure Default 'running'

Limitations

Currently supports RHEL based systems (CentOS,etc), v6 + 7 only.