OpenStack Nova Puppet Module
Go to file
Dan Bode 6c9cb5159b Improve db sync dependencies
This commit adds a couple of dependencies related to db sync.

Previously, it was possible that the nova-scheduler could be started
before the db was synced. This would result in the service failing.
This could only happen if none of the nova::manage::* defines were used.

This commit adds a few extra dependencies to ensure that the initial
db sync occurs before any services are started and also that the nova-db-sync
call is only made after the nova-command package is installed and nova
is configured to connect to the db.
2012-05-09 16:50:34 -07:00
examples Refactor nova::compute vncproxy settings 2012-04-30 09:35:32 -07:00
ext Update test script to use microkernel for testing 2012-04-30 09:28:14 -07:00
files Add missing file for novncproxy 2012-04-23 23:02:33 -07:00
lib/puppet Refactor of nova_manage native type 2012-05-09 16:39:56 -07:00
manifests Improve db sync dependencies 2012-05-09 16:50:34 -07:00
spec Merge pull request #106 from jmchilton/api_package_version 2012-05-08 11:45:51 -07:00
templates Update keystone auth for nova 2012-04-23 19:41:56 -07:00
tests Fixed network values 2011-08-16 10:26:17 +10:00
.gitignore Ignore module fixtures 2012-04-09 23:58:51 -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
Rakefile Add Rakefile for running spec tests 2012-03-30 01:23:33 -07:00
TODO Add a few TODOs 2012-03-30 23:40:51 -07:00

README

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