Moved name attribute to top and few cleanups
Made sure each recipe is documented in metadata and README.
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user