RETIRED, OpenStack Sahara Puppet Module
Go to file
Gael Chamoulaud 303e514db0 Tag all Sahara packages
Some users wish to override the default package provider by their own.

Tag all packages with the 'openstack' to allow mass resource attributes
override using resource collectors.

Change-Id: Ic662043bcd19a930a47a6716be051561fceef5d7
Closes-bug: #1391209
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
2015-03-29 16:38:37 +02:00
examples Add Puppet 4.x lint checks 2015-03-19 17:42:35 +01:00
lib/puppet Rewrite puppet-sahara from scratch 2015-02-05 20:40:12 +01:00
manifests Tag all Sahara packages 2015-03-29 16:38:37 +02:00
spec Tag all Sahara packages 2015-03-29 16:38:37 +02:00
.fixtures.yml Migrate postgresql backend to use openstacklib::db::postgresql 2015-03-18 22:26:14 +00:00
.gitignore Update gitignore file 2013-12-23 19:27:44 +01:00
.gitreview Fix gitreview config (rename savanna to sahara) 2014-03-14 18:41:17 +01:00
Gemfile spec: updates for rspec-puppet 2.x and rspec 3.x 2015-03-19 17:43:00 +01:00
LICENSE Rewrite puppet-sahara from scratch 2015-02-05 20:40:12 +01:00
metadata.json Rewrite puppet-sahara from scratch 2015-02-05 20:40:12 +01:00
Rakefile Rewrite puppet-sahara from scratch 2015-02-05 20:40:12 +01:00
README.md Rewrite puppet-sahara from scratch 2015-02-05 20:40:12 +01:00

sahara

Table of Contents

  1. Overview - What is the sahara module?
  2. Module Description - What does the module do?
  3. Setup - The basics of getting started with sahara
  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 Sahara module itself is used to flexibly configure and manage the clustering service for OpenStack.

Module Description

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

Setup

What the sahara module affects:

  • sahara, the data processing service for OpenStack.

Beginning with sahara

To use the sahara module's functionality you will need to declare multiple resources. This is not an exhaustive list of all the components needed; we recommend you consult and understand the core of openstack documentation.

Examples of usage can be found in the examples directory.

Implementation

sahara

puppet-sahara is a combination of Puppet manifests and ruby code to deliver configuration and extra functionality through types and providers.

Limitations

None.

Development

Developer documentation for the entire puppet-openstack project.

Contributors

Release Notes

5.0.0

  • Rewrite