Forge Home

netapp_smo

Manage SnapDrive for Oracle

9,937 downloads

6,699 latest version

4.3 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

  • 2.1.1 (latest)
  • 2.1.0
  • 2.0.1
  • 2.0.0
  • 1.1.0
  • 1.0.2
  • 1.0.1
  • 1.0.0
released Apr 6th 2016
This version is compatible with:
  • , , , AIX

Start using this module

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

Add this module to your Puppetfile:

mod 'crayfishx-netapp_smo', '1.1.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add crayfishx-netapp_smo
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install crayfishx-netapp_smo --version 1.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

crayfishx/netapp_smo — version 1.1.0 Apr 6th 2016

netapp_smo

Introduction

This module manages the SnapManager for Oracle package.

Packaging

The SMO package comes as a binary self-contained executable installer that supports a silent running mode. The .bin file must already exist, or be downloaded from the Puppet server from a specified source.

Example

    class { 'netapp_smo':
      version     => '3.4',
      source_path => 'puppet:///binaries/smo',
    }

Parameters

source_path: Path to find the installation binary (eg: puppet:///modules/smo)

version: Version of SMO to install

manage_installer: True or false, whether to manage the installer binary, if set to false then the binary must exist on the system

installer_path: Path where the installer binary is to be found, if manage_installer is set to true then the module will create this folder and download the binary to it

system_type: The system type we are installing, default: linux

system_arch: The system arch we are installing, default: x64

installer_filename: If version, arch and system_type are set then the installer filename will be determined automatically, but can be overridden here.

Author