OpenStack Manila Puppet Module
Go to file
Sebastien Badia 14d8e36c19 Prepare 6.1.0 release
Change-Id: Icac8bb1eedb6c76ea7c41c50d0af9eca9cafb446
2015-10-14 18:46:00 +02:00
lib/puppet A few questions to review later 2014-06-18 11:51:33 -04:00
manifests Move rabbit/amqp_durable_queues setting to oslo_messaging_rabbit section 2015-07-08 19:51:00 -07:00
spec acceptance: checkout stable/kilo puppet modules 2015-07-09 15:49:47 -04:00
.fixtures.yml Pin puppetlabs-concat to 1.2.1 in fixtures 2015-04-15 15:39:23 -07:00
.gitignore Initial commit of puppet-cinder 2014-06-10 16:18:30 -04:00
.gitreview Update .gitreview file for project rename 2015-06-12 23:12:30 +00:00
CHANGELOG.md Prepare 6.1.0 release 2015-10-14 18:46:00 +02:00
Gemfile Use beaker-puppet_install_helper to install puppet 2015-06-30 16:55:37 -04:00
LICENSE Synchronize LICENSE file with OpenStack projects 2015-04-20 09:28:17 -04:00
README.md Prepare 6.1.0 release 2015-10-14 18:46:00 +02:00
Rakefile Initial commit of puppet-cinder 2014-06-10 16:18:30 -04:00
metadata.json Prepare 6.1.0 release 2015-10-14 18:46:00 +02:00

README.md

manila

6.1.0 - 2015.1.0 - Kilo

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

Overview

The manila module is 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 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.

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