OpenStack Ironic Puppet Module
Go to file
Gael Chamoulaud f1ca7eb98a spec: updates for rspec-puppet 2.x and rspec 3.x
This patch aim to update our specs test in order to work with the
rspec-puppet release 2.0.0, in the mean time, we update rspec syntax
order to be prepared for rspec 3.x move.

In details:

 * Upgrade and pin rspec-puppet from 1.0.1 to 2.0.0
 * Convert 'should' keyword to 'is_expected.to' (prepare rspec 3.x) *
 * Fix spec tests for rspec-puppet 2.0.0
 * Clean Gemfile (remove over-specificication of runtime deps of
   puppetlabs_spec_helper)

Change-Id: Iabbf445ef82037dcf2ece0477f3c82d449ac689a
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
2015-03-24 17:34:33 +00:00
examples Add Puppet 4.x lint checks 2015-03-20 17:15:32 +01:00
lib/puppet API, Conductor, Drivers, Specs 2013-11-30 01:08:04 +01:00
manifests Add Puppet 4.x lint checks 2015-03-20 17:15:32 +01:00
spec spec: updates for rspec-puppet 2.x and rspec 3.x 2015-03-24 17:34:33 +00:00
.fixtures.yml fixtures: Unpin puppetlabs-mysql module 2014-12-30 19:44:20 +01:00
.gitignore Add gitignore file 2013-11-30 02:24:45 +01:00
.gitreview Add stackforge support 2013-11-30 01:42:44 +01:00
Gemfile spec: updates for rspec-puppet 2.x and rspec 3.x 2015-03-24 17:34:33 +00:00
LICENSE First commit with basic manifests 2013-11-25 20:59:48 +01:00
README.md Update contributors link according stackforge migration 2014-02-22 15:02:50 +01:00
Rakefile Fix travis config (launch rspec) 2013-12-02 01:22:57 +01:00
metadata.json Fix metadata.json lint issues 2015-03-20 15:02:11 +01:00

README.md

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