-- mode: markdown; mode: visual-line; --
Install and configure infiniband
Copyright (c) 2017 UL HPC Devops Team aka. S. Varrette, H. Cartiaux, V. Plugaru, S. Diehl and C. Parisot <hpc-sysadmins@uni.lu>
| Project Page | Sources | Documentation | Issues |
Install and configure infiniband.
This module implements the following elements:
-
Puppet classes:
infiniband
infiniband::common
infiniband::common::debian
infiniband::common::redhat
infiniband::modules
infiniband::params
infiniband::subnetmanager
infiniband::subnetmanager::common
infiniband::subnetmanager::debian
infiniband::subnetmanager::redhat
-
Puppet definitions:
All these components are configured through a set of variables you will find in
manifests/params.pp
.
Note: the various operations that can be conducted from this repository are piloted from a Rakefile
and assumes you have a running Ruby installation.
See docs/contributing.md
for more details on the steps you shall follow to have this Rakefile
working properly.
See metadata.json
. In particular, this module depends on
This is the main class defined in this module. It accepts the following parameters:
$ensure
: default to 'present', can be 'absent'
Use it as follows:
include ' infiniband'
See also tests/init.pp
See tests/modules.pp
See tests/subnetmanager/debian.pp
See tests/subnetmanager/redhat.pp
You can of course configure the infiniband module in your Puppetfile
to make it available with Librarian puppet or
r10k by adding the following entry:
# Modules from the Puppet Forge
mod "ULHPC/infiniband"
or, if you prefer to work on the git version:
mod "ULHPC/infiniband",
:git => 'https://github.com/ULHPC/puppet-infiniband',
:ref => 'production'
You can submit bug / issues / feature request using the ULHPC/infiniband Puppet Module Tracker.
If you want to contribute to the code, you shall be aware of the way this module is organized.
These elements are detailed on docs/contributing.md
.
You are more than welcome to contribute to its development by sending a pull request.
The best way to test this module in a non-intrusive way is to rely on Vagrant.
The Vagrantfile
at the root of the repository pilot the provisioning various vagrant boxes available on Vagrant cloud you can use to test this module.
See docs/vagrant.md
for more details.
Read the Docs aka RTFD hosts documentation for the open source community and the ULHPC/infiniband puppet module has its documentation (see the docs/
directly) hosted on readthedocs.
See docs/rtfd.md
for more details.
This project and the sources proposed within this repository are released under the terms of the GPL-3.0 licence.