Forge Home

sfha

Puppet module for SFHA products

8,966 downloads

8,966 latest version

0.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.1.0 (latest)
released May 28th 2015

Start using this module

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

Add this module to your Puppetfile:

mod 'mpise-sfha', '0.1.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add mpise-sfha
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install mpise-sfha --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

mpise/sfha — version 0.1.0 May 28th 2015

puppet-sfha

This is the SFHA module for puppet. Supports installation of SFHA stack using YUM on RHEL7

Usage:

Basic requirement is SFHA yum repository configured on individual nodes (Use product DVD for YUM repo configuration)

node 'rhel7-n1' {
    class { 'sfha':
        ### Need to specify cluster node order
        ### The order must be maintained
        server_name => ["rhel7-n1", "rhel7-n2"],
        clusterid => "36240",
        ### Supported stack names VCS62 and SFHA62
        stack_name => "VCS62",
        ### Cluster configuration is not yet supported, set to 0
        clus_configure => "0",
        ### operation accepts two values
        ### absent - removes all SFHA packages
        ### installed - installs all SFHA packages
        operation =>"installed",
    }
}

License


'Apache License, Version 2.0'

Contact


Mandar Pise < mandar_pise@symantec.com >

Support


  1. SFHA release support

    • SFHA 6.2
  2. Operating Systems supported

    • RHEL7
  3. Product YUM repositories supported (Use product DVD for YUM repo configuration on individual nodes)

    • VCS62
    • SFHA62
  4. Deploys sample /etc/llttab and /etc/gabtab files on cluster nodes if clus_configure set to 1

Please log tickets and issues at our Projects site