OpenStack Manila Puppet Module
Go to file
Emilien Macchi a121bd7a72 Synchronize LICENSE file with OpenStack projects
Update LICENSE file to be the same as other OpenStack projects.

Change-Id: I93831738986b65bb142f5917fe462fc2709c7121
Closes-bug: #1241725
2015-04-20 09:28:17 -04:00
lib/puppet A few questions to review later 2014-06-18 11:51:33 -04:00
manifests Add puppet-lint-param-docs plugins to puppet-lint 2015-03-05 09:02:53 +01:00
spec Spec: updates for rspec-puppet 2.x and rspec 3.x 2015-03-15 17:24:02 +01:00
.fixtures.yml Change share server config details 2015-02-13 12:03:46 -05:00
.gitignore Initial commit of puppet-cinder 2014-06-10 16:18:30 -04:00
.gitreview cinder -> manila text replace 2014-06-13 13:34:10 -04:00
Gemfile Spec: updates for rspec-puppet 2.x and rspec 3.x 2015-03-15 17:24:02 +01:00
LICENSE Synchronize LICENSE file with OpenStack projects 2015-04-20 09:28:17 -04:00
metadata.json Fix metadata.json lint issues 2015-03-15 17:31:58 +01:00
Rakefile Initial commit of puppet-cinder 2014-06-10 16:18:30 -04:00
README.md Update README to indicate being on Stackforge 2014-09-26 06:47:14 -04:00

manila

1.0.0 - 2014.2.0 - Juno

Table of Contents

  1. Overview - What is the manila module?
  2. Module Description - What does the module do?
  3. Setup - The basics of getting started with manila
  4. Implementation - An under-the-hood peek at what the module is doing
  5. Development - Guide for contributing to the module
  6. Contributors - Those with commits
  7. Release Notes - Notes on the most recent updates to the module

Overview

The manila module is part of Stackforge, an effort by the OpenStack infrastructure team to provide continuous integration testing and code review for OpenStack and OpenStack community projects not part of the core software. The module its self is used to flexibly configure and manage the file system service for OpenStack.

Module Description

The manila module is a thorough attempt to make Puppet capable of managing the entirety of manila. This includes manifests to provision such things as keystone endpoints, RPC configurations specific to manila, and database connections.

This module is tested in combination with other modules needed to build and leverage an entire OpenStack software stack. These modules can be found, all pulled together in the openstack module.

Setup

What the manila module affects

  • manila, the file system service for OpenStack.

Installing manila

manila is not currently in Puppet Forge, but is anticipated to be added soon.  Once that happens, you'll be able to install manila with:
puppet module install puppetlabs/manila

Beginning with manila

To utilize the manila module's functionality you will need to declare multiple resources. [TODO: add example]

Implementation

manila

manila is a combination of Puppet manifests and ruby code to delivery configuration and extra functionality through types and providers.

Development

Developer documentation for the entire puppet-openstack project.

Contributors

Release Notes

1.0.0

  • Initial commit