Version information
released Jul 9th 2017
Start using this module
Add this module to your Puppetfile:
mod 'antonyjdinesh-viom', '0.1.1'
Learn more about managing modules with a PuppetfileDocumentation
antonyjdinesh/viom — version 0.1.1 Jul 9th 2017
viom
Table of Contents
- Description
- Setup - The basics of getting started with viom
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Description
This is the VIOM module for puppet. Supports installation of Veritas Infoscale Operations Manager using YUM on RHEL.
Setup Requirements OPTIONAL
Basic requirement is, The VRTSsfmcs & VRTSsfmh packages should present in yum repository on individual nodes
Usage
For installing VIOM
node 'rhel7-n1' { class { 'viom': operation => "install", db_location => "/var/opt/VRTSsfmcs/db", enable_analytics => "1", } }
For uninstalling VIOM
node 'rhel7-n1' { class { 'viom': operation => "uninstall", db_location => "/var/opt/VRTSsfmcs/db", enable_analytics => "1", } }
Limitations
This puppet module is only for RHEL.
Dependencies
- puppetlabs-stdlib (>= 1.0.0)