OpenStack Nova Puppet Module
Go to file
Dan Bode e66e5ab7c4 Add fedora support
This commit is a refactor of work performed by
Derek Higgins that adds fedora 16 support to these
openstack modules.

It contains the following:
- creates a params class to store all of the
data differences.
- installs all packages on all nova nodes
- introuces an anchor that is used to specify
ordering for things that need to occur before
nova is installed.
- manages libvirt package and service in the
nova::compute::libvirt class
2012-03-15 15:38:55 -07:00
lib/puppet (#13122) Update nova_config to allow spaces in values 2012-03-14 16:56:38 -07:00
manifests Add fedora support 2012-03-15 15:38:55 -07:00
spec/unit (#13122) Update nova_config to allow spaces in values 2012-03-14 16:56:38 -07:00
templates Converted into nova module repo. 2011-06-16 20:29:58 -07:00
tests Fixed network values 2011-08-16 10:26:17 +10:00
.gitignore added submodules. 2011-05-31 18:12:28 -07:00
LICENSE Converted into nova module repo. 2011-06-16 20:29:58 -07:00
README Note that master no longer supports Diablo 2012-03-14 16:06:52 -07:00

h1. Prerequisites

The openstack repo should be made available:
see: http://docs.openstack.org/cactus/openstack-compute/admin/content/installing-the-cloud-controller.html

This is currently known not to work on 2.6.4.

Master of this repo is now targetting the essex version of openstack.

For Diablo support, try the diablo branch of this repo