Go to file
Dan Bode 52aae65a4c Move mysql code to db::mysql
This commit moves the mysql specific db manifests
to the namespace glance::db::mysql.

This is done for two reasons:
  - to create a directory loaction for manifests
    for all future supported datbases
  - to be consistent with other openstack projects
2012-04-22 23:54:42 -07:00
2012-04-22 23:54:42 -07:00
2012-04-22 23:54:42 -07:00
2012-04-12 12:52:26 -07:00
2012-04-05 09:28:55 -07:00
2012-01-03 11:27:43 -08:00
2012-03-13 15:23:29 -07:00
2012-03-29 16:45:40 -07:00

PuppetLabs Glance module

This module provides a set of manifests that can be used to install and configure glance.

It is currently targettting the essex release of OpenStack.

For Daiblo support, use the Diablo branch.

Platforms

Ubuntu 11.04 (Natty) Ubuntu 11.10 (Oneiric)

Quick Start

The below examples shows how the classes from this module can be declared in site.pp to install both the glance registry and api services on a node identified as glance.

In the below example, the default port for the registy service has been overridden from its default value of 9191.

node glance { class { 'glance::registry': bind_port => '9393', } class { 'glance::api': registry_port = '9393', } }

Description
OpenStack Glance Puppet Module
Readme 14 MiB
Languages
Ruby 59.4%
Puppet 37.8%
Python 2%
Pascal 0.8%