markdown cleanups

Change-Id: I3a5537c1027c6b89921c85dc641f483f5ca0113f
This commit is contained in:
Matt Ray 2013-05-17 13:48:11 -05:00
parent d5fa9d330f
commit c3eabf8582
1 changed files with 38 additions and 41 deletions

View File

@ -1,11 +1,7 @@
Description
===========
This cookbook installs the OpenStack Compute service **Nova** as part
of a reference deployment Chef for OpenStack. The
http://github.com/opscode/openstack-chef-repo contains documentation
for using this cookbook in the context of a full OpenStack deployment.
Nova is installed from packages.
This cookbook installs the OpenStack Compute service **Nova** as part of the OpenStack reference deployment Chef for OpenStack. The http://github.com/mattray/chef-openstack-repo contains documentation for using this cookbook in the context of a full OpenStack deployment. Nova is currently installed from packages.
http://nova.openstack.org
@ -36,36 +32,36 @@ Usage
api-ec2
----
-Includes recipe `nova-common`
-Installs AWS EC2 compatible API and configures the service and endpoints in keystone
- Includes recipe `nova-common`
- Installs AWS EC2 compatible API and configures the service and endpoints in keystone
api-metadata
----
-Includes recipe `nova-common`
-Installs the nova metadata package
- Includes recipe `nova-common`
- Installs the nova metadata package
api-os-compute
----
-Includes recipe `nova-common`
-Installs OS API and configures the service and endpoints in keystone
- Includes recipe `nova-common`
- Installs OS API and configures the service and endpoints in keystone
compute
----
-Includes recipes `nova-common`, `api-metadata`, `network`
-Installs nova-compute service
- Includes recipes `nova-common`, `api-metadata`, `network`
- Installs nova-compute service
db
--
-Configures database for use with nova
- Configures database for use with nova
libvirt
----
-Installs libvirt, used by nova compute for management of the virtual machine environment
- Installs libvirt, used by nova compute for management of the virtual machine environment
network
----
-Includes recipe `nova-common`
-Installs nova network service
- Includes recipe `nova-common`
- Installs nova network service
nova-cert
----
@ -73,25 +69,24 @@ nova-cert
nova-common
----
-May include recipe `selinux` (Fedora)
-Builds the basic nova.conf config file with details of the rabbitmq, mysql, glance and keystone servers
-Builds a openrc file for root with appropriate environment variables to interact with the nova client CLI
- May include recipe `selinux` (Fedora)
- Builds the basic nova.conf config file with details of the rabbitmq, mysql, glance and keystone servers
- Builds a openrc file for root with appropriate environment variables to interact with the nova client CLI
nova-setup
----
-Includes recipes `nova-common`
-Sets up the nova networks with `nova-manage`
- Includes recipes `nova-common`
- Sets up the nova networks with `nova-manage`
scheduler
----
-Includes recipe `nova-common`
-Installs nova scheduler service
- Includes recipe `nova-common`
- Installs nova scheduler service
vncproxy
----
-Includes recipe `nova-common`
-Installs and configures the vncproxy service for console access to VMs
- Includes recipe `nova-common`
- Installs and configures the vncproxy service for console access to VMs
Attributes
==========
@ -225,20 +220,22 @@ and check for lint errors.
License and Author
==================
Author:: Justin Shepherd (<justin.shepherd@rackspace.com>)
Author:: Jason Cannavale (<jason.cannavale@rackspace.com>)
Author:: Ron Pedde (<ron.pedde@rackspace.com>)
Author:: Joseph Breu (<joseph.breu@rackspace.com>)
Author:: William Kelly (<william.kelly@rackspace.com>)
Author:: Darren Birkett (<darren.birkett@rackspace.co.uk>)
Author:: Evan Callicoat (<evan.callicoat@rackspace.com>)
Author:: Matt Ray (<matt@opscode.com>)
Author:: Jay Pipes (<jaypipes@att.com>)
Author:: John Dewey (<jdewey@att.com>)
Copyright 2012, Rackspace US, Inc.
Copyright 2012, Opscode, Inc.
Copyright 2012-2013, AT&T Services, Inc.
| | |
|:---------------------|:---------------------------------------------------|
| **Author** | Justin Shepherd (<justin.shepherd@rackspace.com>) |
| **Author** | Jason Cannavale (<jason.cannavale@rackspace.com>) |
| **Author** | Ron Pedde (<ron.pedde@rackspace.com>) |
| **Author** | Joseph Breu (<joseph.breu@rackspace.com>) |
| **Author** | William Kelly (<william.kelly@rackspace.com>) |
| **Author** | Darren Birkett (<darren.birkett@rackspace.co.uk>) |
| **Author** | Evan Callicoat (<evan.callicoat@rackspace.com>) |
| **Author** | Matt Ray (<matt@opscode.com>) |
| **Author** | Jay Pipes (<jaypipes@att.com>) |
| **Author** | John Dewey (<jdewey@att.com>) |
| | |
| **Copyright** | Copyright (c) 2012-2013, Rackspace US, Inc. |
| **Copyright** | Copyright (c) 2012-2013, Opscode, Inc. |
| **Copyright** | Copyright (c) 2012-2013, AT&T Services, Inc. |
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.