Skip to content

enemarke/bmc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Baseboard Management Controller module

#bmc

####Table of Contents

  1. Overview
  2. Module Description
  3. Setup
  4. Usage
  5. Operating Systems Support
  6. Development

##Overview

This module configures BMC interfaces.

##Module Description

The module is based on stdmod naming standards version 0.9.0.

Refer to http://github.com/stdmod/ for complete documentation on the common parameters.

##Setup

###Resources managed by bmc module

###Setup Requirements

###Beginning with module BMC

##Usage

  bmc_user { 'test':
    name => 'test',
    password => 'password',
    userid => 3,
    enable => true,
    privilege => 'ADMINISTRATOR',
    channel => 1,
  }

##Operating Systems Support

This is tested on these OS:

  • RedHat osfamily 6
  • Ubuntu 14.04

##Development

Pull requests (PR) and bug reports via GitHub are welcomed.

When submitting PR please follow these quidelines:

  • Provide puppet-lint compliant code
  • If possible provide rspec tests
  • Follow the module style and stdmod naming standards

When submitting bug report please include or link:

  • The Puppet code that triggers the error
  • The output of facter on the system where you try it
  • All the relevant error logs
  • Any other information useful to undestand the context

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 83.3%
  • Puppet 14.9%
  • HTML 1.8%