Forge Home

puppetlabs_ironic

Puppet module for OpenStack Ironic

16,137 downloads

16,137 latest version

1.9 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.0.1 (latest)
released Jul 30th 2014

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'mmitchell-puppetlabs_ironic', '0.0.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add mmitchell-puppetlabs_ironic
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install mmitchell-puppetlabs_ironic --version 0.0.1

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

mmitchell/puppetlabs_ironic — version 0.0.1 Jul 30th 2014

special build!

This is built out of commit 9ed545a0d8e2b216df636c7780335a8fc98f0602 from https://github.com/stackforge/puppet-ironic. Simply renamed and built using puppet module build and uploaded to puppetforge.

puppet-ironic

Table of Contents

  1. Overview - What is the ironic module?
  2. Module Description - What does the module do?
  3. Setup - The basics of getting started with ironic
  4. Implementation - An under-the-hood peek at what the module is doing
  5. Limitations - OS compatibility, etc.
  6. Development - Guide for contributing to the module
  7. Contributors - Those with commits
  8. Release Notes - Notes on the most recent updates to the module

Overview

The ironic module is a part of Stackforge, an effort by the Openstack infrastructure team to provide continuous integration testing and code review for Openstack and Openstack community projects not part of the core software. The module itself is used to flexibly configure and manage the baremetal service for Openstack.

Module Description

Setup

What the ironic module affects:

  • ironic, the baremetal service for Openstack.

Implementation

puppet-ironic

puppet-ironic is a combination of Puppet manifest and ruby code to delivery configuration and extra functionality through types and providers.

Limitations

Development

Developer documentation for the entire puppet-openstack project.

Contributors

Release Notes