Dan Bode f7b905a639 Add create_resource to fixures
To get the tests passing for 2.6.x
2012-10-26 12:14:48 -07:00
2012-10-25 13:36:17 -07:00
2012-10-26 12:12:10 -07:00
2012-10-26 12:14:48 -07:00
2012-10-14 12:37:06 -07:00
2012-10-23 11:38:01 -07:00
2012-10-08 13:38:21 -07:00
2012-08-23 14:57:14 -07:00
2012-10-08 13:38:21 -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)
  • Ubuntu 12.04 (Precise)

Quick Start

The below example 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': }

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

  class { 'glance::api':
    registry_port = '9393',
  }
}
S
Description
OpenStack Glance Puppet Module
Readme
14 MiB
Languages
Ruby 59.4%
Puppet 38%
Python 1.8%
Pascal 0.8%