Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 950 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 950 Bytes

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