RETIRED, OpenStack Sahara Puppet Module
Go to file
Cody Herriges 7a637de5b6 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: Ie9df0e87edc2a64e1b583cf2e0d681799b5531cf
2015-08-18 14:41:04 +02:00
examples Update parameters for Sahara 2015-08-13 13:47:53 +03:00
lib/puppet Rewrite puppet-sahara from scratch 2015-02-05 20:40:12 +01:00
manifests Remove Sqlite validation for database_connection 2015-08-17 13:13:30 +03:00
spec Initial msync run for all Puppet OpenStack modules 2015-08-18 14:41:04 +02:00
.fixtures.yml Use openstack/ namespace for fixtures modules 2015-08-11 14:56:41 +02:00
.gitignore Initial msync run for all Puppet OpenStack modules 2015-08-18 14:41:04 +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 10:00:50 -04:00
Gemfile Initial msync run for all Puppet OpenStack modules 2015-08-18 14:41:04 +02:00
LICENSE Synchronize LICENSE file with OpenStack projects 2015-04-20 15:02:46 +00:00
metadata.json Prepare 6.0.0 release 2015-07-09 10:00:50 -04:00
Rakefile Initial msync run for all Puppet OpenStack modules 2015-08-18 14:41:04 +02:00
README.md Update README.md for Sahara 2015-07-31 12:53:06 +03:00

sahara

6.0.0 - 2015.1 - Kilo

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

Overview

The sahara module is a part of OpenStack, an effort by the Openstack infrastructure team to provide continuous integration testing and code review for Openstack and Openstack community projects as part of the core software. 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.

Installing Sahara

puppet module install openstack/sahara

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.

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