Moved name attribute to top and few cleanups

Made sure each recipe is documented in metadata and README.
This commit is contained in:
John Dewey
2013-01-03 22:31:06 -08:00
parent 852a20327f
commit fd29964deb
2 changed files with 6 additions and 1 deletions

View File

@@ -77,6 +77,10 @@ network
-Includes recipe `nova-common`
-Installs nova network service
nova-cert
----
- Installs nova-cert service
nova-common
----
-May include recipe `selinux` (Fedora)

View File

@@ -1,10 +1,10 @@
name "nova"
maintainer "Opscode, Inc."
maintainer_email "matt@opscode.com"
license "Apache 2.0"
description "The OpenStack Compute service Nova."
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "2012.2.0"
name "nova"
recipe "nova::api-ec2", "Installs AWS EC2 compatible API and configures the service and endpoints in keystone"
recipe "nova::api-metadata", "Installs the nova metadata package"
@@ -13,6 +13,7 @@ recipe "nova::compute", "nova-compute service"
recipe "nova::db", "Configures database for use with nova"
recipe "nova::libvirt", "Installs libvirt, used by nova compute for management of the virtual machine environment"
recipe "nova::network", "Installs nova network service"
recipe "nova::nova-cert", "Installs nova-cert service"
recipe "nova::nova-common", "Builds the basic nova.conf config file with details of the rabbitmq, mysql, glance and keystone servers"
recipe "nova::nova-setup", "Sets up the nova database on the mysql server, including the initial schema and subsequent creation of the appropriate networks"
recipe "nova::scheduler", "Installs nova scheduler service"