Skip to content

CERIT-SC/puppet-opensm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Puppet OpenSM module

This module installs, configures and starts Inifiniband OpenSM.

Requirements

Module has been tested on:

  • Puppet 3.7
  • Debian 7, 8 and RHEL/CentOS 6, 7

Required modules:

Quick Start

Setup

include opensm

Full configuration options:

class { 'opensm':
  enabled       => true|false,  # enable state
  priority      => ...,         # subnet manager priority <0,15>
  guids         => ...,         # list port GUIDs to start on
  options       => {},          # hash of options for opensm.conf
  packages      => [...],       # override list of packages to install
  configuration => '...',       # override absolute path and name to opensm.conf
  config_class  => '...',       # override internal configuration class
  service       => '...',       # override service name
}

CERIT Scientific Cloud, support@cerit-sc.cz