fuel-library/deployment/puppet/sahara
Sergey Kolekonov 8637d96478 Fix upstart logs management
- disable use_stderr option for all components because upstart adds to logs
  all output from stderr output of its jobs
- add upstart logs to common fuel logrotate configuration file
- add noop tests

Change-Id: Ifefec5e4c8e3438229018edc7c1aaa53a3a779bd
Upstream patches: https://review.openstack.org/#/q/topic:bug/1482564,n,z
Closes-bug: #1469176
2015-08-12 12:56:36 +00:00
..
examples Adapt synced sahara module 2015-07-22 09:52:41 +04:00
lib/puppet Sync Sahara module with upstream 2015-07-22 02:18:49 +04:00
manifests Fix upstart logs management 2015-08-12 12:56:36 +00:00
spec Fix upstart logs management 2015-08-12 12:56:36 +00:00
.fixtures.yml Sync Sahara module with upstream 2015-07-22 02:18:49 +04:00
CHANGELOG.md Sync Sahara module with upstream 2015-07-22 02:18:49 +04:00
Gemfile Sync Sahara module with upstream 2015-07-22 02:18:49 +04:00
LICENSE Sync Sahara module with upstream 2015-07-22 02:18:49 +04:00
README.md Sync Sahara module with upstream 2015-07-22 02:18:49 +04:00
Rakefile Sync Sahara module with upstream 2015-07-22 02:18:49 +04:00
metadata.json Sync Sahara module with upstream 2015-07-22 02:18:49 +04:00

README.md

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.

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