OpenStack Heat Puppet Module
Go to file
Cody Herriges 4fa9985f2a Initial msync run for all Puppet OpenStack modules
This patch is the initial modulesync run, it impacts:

* gitignore: just a sync between projects
* gemfile:
  - update and allow to setup facter version and gem source
  - split beaker gems with a dedicated group
  - switch to rspec-puppet 2.2.0
* rakefile:
  - use the new syntax for lint configuration
  - add a acceptance target
* acceptance:
  - sync nodesets
* spec: added rspec coverage report

Change-Id: Ib75add2af3380d0b1d4ce320b58df22b6c3ffa57
2015-08-18 14:37:18 +02:00
examples Add Puppet 4.x lint checks 2015-03-02 13:54:32 +01:00
lib/puppet Merge "rename keystone_v2_authenticate method" 2015-04-21 20:53:29 +00:00
manifests Merge "keystone/auth: make service description configurable" 2015-07-31 22:54:35 +00:00
spec Initial msync run for all Puppet OpenStack modules 2015-08-18 14:37:18 +02:00
.fixtures.yml Pin puppetlabs-concat to 1.2.1 in fixtures 2015-04-15 15:29:43 -07:00
.gitignore Initial msync run for all Puppet OpenStack modules 2015-08-18 14:37:18 +02:00
.gitreview Update .gitreview file for project rename 2015-06-12 23:12:30 +00:00
CHANGELOG.md Prepare 6.0.0 release 2015-07-09 08:24:02 -04:00
Gemfile Initial msync run for all Puppet OpenStack modules 2015-08-18 14:37:18 +02:00
LICENSE Synchronize LICENSE file with OpenStack projects 2015-04-20 09:26:33 -04:00
README.md Fix module install reference 2015-07-29 08:56:37 -03:00
Rakefile Initial msync run for all Puppet OpenStack modules 2015-08-18 14:37:18 +02:00
metadata.json Prepare 6.0.0 release 2015-07-09 08:24:02 -04:00

README.md

puppet-heat

6.0.0 - 2015.1 - Kilo

Table of Contents

  1. Overview - What is the heat module?
  2. Module Description - What does the module do?
  3. Setup - The basics of getting started with heat
  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

Overview

The heat module is part of OpenStack, an effort by the OpenStack infrastructure team to provice continuous integration testing and code review for OpenStack and OpenStack community projects as part of the core software. The module itself is used to flexibly configure and manage the orchestration service for OpenStack.

Module Description

The heat module is an attempt to make Puppet capable of managing the entirety of heat.

Setup

What the heat module affects

  • Heat, the orchestration service for OpenStack

Installing heat

puppet module install openstack/heat

Beginning with heat

Implementation

puppet-heat

heat is a combination of Puppet manifests and Ruby code to deliver configuration and extra functionality through types and providers.

Limitations

None

Beaker-Rspec

This module has beaker-rspec tests

To run:

shell bundle install bundle exec rspec spec/acceptance

Development

Developer documentation for the entire puppet-openstack project.

Contributors