fuel-library/deployment/puppet/heat
vsaienko dc04a9c731 Create Heat Domain with Keystone_domain resource
This patch replaces the usage of Exec to create the Heat domain, by
 using the Keystone_domain resource recently implemented in
 puppet-keystone.

cherry picked from Upstream commit: 3ced80f)

Change-Id: I8cd5af772867dfe00a131b119e12800a8e2ec021
Closes-Bug: #1484066
2015-09-21 13:38:43 +00:00
..
examples Upgrade Heat puppet module 2015-07-07 12:37:30 +00:00
lib/puppet Remove deprecated parameter stack_user_domain 2015-07-31 15:23:10 +03:00
manifests Create Heat Domain with Keystone_domain resource 2015-09-21 13:38:43 +00:00
spec Create Heat Domain with Keystone_domain resource 2015-09-21 13:38:43 +00:00
.fixtures.yml Add patches for Heat module to reach 6.0.0 (stable/kilo) version 2015-07-20 21:15:31 +00:00
CHANGELOG.md Add patches for Heat module to reach 6.0.0 (stable/kilo) version 2015-07-20 21:15:31 +00:00
Gemfile Add patches for Heat module to reach 6.0.0 (stable/kilo) version 2015-07-20 21:15:31 +00:00
LICENSE Upgrade Heat puppet module 2015-07-07 12:37:30 +00:00
README.md Add patches for Heat module to reach 6.0.0 (stable/kilo) version 2015-07-20 21:15:31 +00:00
Rakefile Upgrade Heat puppet module 2015-07-07 12:37:30 +00:00
metadata.json Add patches for Heat module to reach 6.0.0 (stable/kilo) version 2015-07-20 21:15:31 +00: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

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