OpenStack Heat Puppet Module
Go to file
Colleen Murphy 6c8c78c555 Split release notes into a CHANGELOG.md file
This patch splits out release notes into a separate dedicated file for
consistency with the puppetlabs puppet modules. Additionally, this
patch improves the release notes by:

- Fixing the tense to be consistent with commit message standards ("Add
  new feature" instead of "Added new feature" or "Adds new feature")
- Breaking up changes into categories to make it easier for operators
  to know what happened in the change: backwards-incompatible changes,
  features, bugfixes, and maintenance commits
- Linewrapping to 80 chars
- Adding release dates, formatted according to ISO-8601

Change-Id: I5e77f8ac0f678c9a3b12326dd02afae9659f572d
2015-06-26 15:41:23 -07: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 Introduce public_url, internal_url and admin_url 2015-06-11 16:49:35 -04:00
spec Fix Beaker CI according recent puppetlabs-rabbitmq change. 2015-06-25 00:01:12 +02:00
.fixtures.yml Pin puppetlabs-concat to 1.2.1 in fixtures 2015-04-15 15:29:43 -07:00
.gitignore Add gitignore file 2013-12-23 19:03:55 +01:00
.gitreview Update .gitreview file for project rename 2015-06-12 23:12:30 +00:00
CHANGELOG.md Split release notes into a CHANGELOG.md file 2015-06-26 15:41:23 -07:00
Gemfile Unpin beaker-rspec 2015-06-08 13:43:51 -07:00
LICENSE Synchronize LICENSE file with OpenStack projects 2015-04-20 09:26:33 -04:00
README.md Split release notes into a CHANGELOG.md file 2015-06-26 15:41:23 -07:00
Rakefile spec: updates for rspec-puppet 2.x and rspec 3.x 2015-03-02 13:54:32 +01:00
metadata.json Release 5.1.0 - Juno 2015-06-17 16:17:40 -04:00

README.md

puppet-heat

5.1.0 - 2014.2 - Juno

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 Stackforge, an effort by the OpenStack infrastructure team to provice 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 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

example% puppet module install puppetlabs/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

License

Apache License 2.0

Copyright 2012 eNovance licensing@enovance.com and Authors

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Contact

techs@enovance.com