OpenStack Ironic Puppet Module
Go to file
Sebastien Badia 8012b9538f Hide secrets from puppet logs
Currently secrets like rabbit_password or admin_password are laked in puppet 
logs when changed.  This commit added secret parameter to password and
databases params.

Change-Id: I205b54d24be202095a2eae7356d63107523e0c92
Closes-Bug: #1328448
2014-07-22 13:10:18 +00:00
examples Rename nova by ironic 2013-12-02 10:07:06 +01:00
lib/puppet API, Conductor, Drivers, Specs 2013-11-30 01:08:04 +01:00
manifests Hide secrets from puppet logs 2014-07-22 13:10:18 +00:00
spec Hide secrets from puppet logs 2014-07-22 13:10:18 +00:00
.fixtures.yml fixtures: fix spec tests 2013-11-30 13:48:14 +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 Normalize Gemfile & pin tests to rspec < 2.99 2014-06-20 09:15:22 -04:00
LICENSE First commit with basic manifests 2013-11-25 20:59:48 +01:00
Modulefile Make Modulefile summary and description consistent 2014-07-03 17:06:36 -04: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

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