
Change-Id: I9984ffa0e5f0fa379fae559b44457c34fa10ccd2
openstacklib
Table of Contents
- Overview - What is the openstacklib module?
- Module Description - What does the module do?
- Setup - The basics of getting started with openstacklib
- Implementation - An under-the-hood peek at what the module is doing
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
- Contributors - Those with commits
- Release Notes - Notes on the most recent updates to the module
Overview
The openstacklib module is a 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 itself is used to expose common functionality between Openstack modules as a library that can be utilized to avoid code duplication.
Module Description
The openstacklib module is a library module for other Openstack modules to utilize. A thorough description will be added later.
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
Installing openstacklib
example% puppet module install puppetlabs/openstacklib
Beginning with openstacklib
Instructions for beginning with openstacklib will be added later.
Implementation
openstacklib
openstacklib is a combination of Puppet manifest and ruby code to delivery configuration and extra functionality through types and providers.
Limitations
- Limitations will be added as they are discovered.
Development
Developer documentation for the entire puppet-openstack project.
Contributors
Versioning
This module has been given version 5 to track the puppet-openstack modules. The versioning for the puppet-openstack modules are as follows:
Puppet Module :: OpenStack Version :: OpenStack Codename
2.0.0 -> 2013.1.0 -> Grizzly
3.0.0 -> 2013.2.0 -> Havana
4.0.0 -> 2014.1.0 -> Icehouse
5.0.0 -> 2014.2.0 -> Juno
Release Notes
5.0.0-devel
- This is the initial release of this module.