2010-05-27 23:05:26 -07:00
|
|
|
..
|
2010-06-23 22:04:16 -07:00
|
|
|
Copyright 2010 United States Government as represented by the
|
|
|
|
Administrator of the National Aeronautics and Space Administration.
|
|
|
|
All Rights Reserved.
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License"); you may
|
|
|
|
not use this file except in compliance with the License. You may obtain
|
|
|
|
a copy of the License at
|
|
|
|
|
2010-05-27 23:05:26 -07:00
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
2010-06-23 22:04:16 -07:00
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
|
|
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
|
|
License for the specific language governing permissions and limitations
|
|
|
|
under the License.
|
2010-05-27 23:05:26 -07:00
|
|
|
|
2010-10-20 09:50:09 -05:00
|
|
|
Welcome to Nova's documentation!
|
2010-05-27 23:05:26 -07:00
|
|
|
================================
|
|
|
|
|
2010-11-08 18:40:21 -08:00
|
|
|
Nova is a cloud computing fabric controller, the main part of an IaaS system.
|
|
|
|
Individuals and organizations can use Nova to host and manage their own cloud
|
|
|
|
computing systems. Nova originated as a project out of NASA Ames Research Laboratory.
|
2010-10-27 00:05:42 -04:00
|
|
|
|
|
|
|
Nova is written with the following design guidelines in mind:
|
|
|
|
|
2010-11-01 20:33:03 -04:00
|
|
|
* **Component based architecture**: Quickly add new behaviors
|
|
|
|
* **Highly available**: Scale to very serious workloads
|
|
|
|
* **Fault-Tollerant**: Isloated processes avoid cascading failures
|
|
|
|
* **Recoverable**: Failures should be easy to diagnose, debug, and rectify
|
|
|
|
* **Open Standards**: Be a reference implementation for a community-driven api
|
2010-11-05 11:56:12 -07:00
|
|
|
* **API Compatibility**: Nova strives to provide API-compatible with popular systems like Amazon EC2
|
2010-10-27 00:05:42 -04:00
|
|
|
|
|
|
|
This documentation is generated by the Sphinx toolkit and lives in the source
|
|
|
|
tree. Additional documentation on Nova and other components of OpenStack can
|
2010-11-08 18:40:21 -08:00
|
|
|
be found on the `OpenStack wiki`_. Also see the :doc:`community` page for
|
2010-11-05 13:44:22 -07:00
|
|
|
other ways to interact with the community.
|
2010-10-28 10:39:51 -04:00
|
|
|
|
|
|
|
.. _`OpenStack wiki`: http://wiki.openstack.org
|
2010-10-27 00:05:42 -04:00
|
|
|
|
2010-11-11 11:07:47 -08:00
|
|
|
|
2010-11-08 18:40:21 -08:00
|
|
|
Key Concepts
|
|
|
|
============
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
cloud101
|
2010-11-09 10:11:36 -08:00
|
|
|
nova.concepts
|
2010-11-11 11:07:47 -08:00
|
|
|
swift.concepts
|
2010-11-08 18:40:21 -08:00
|
|
|
service.architecture
|
2010-11-11 11:07:47 -08:00
|
|
|
nova.object.model
|
|
|
|
swift.object.model
|
|
|
|
|
|
|
|
Administrator's Documentation
|
|
|
|
=============================
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
livecd
|
|
|
|
adminguide/index
|
|
|
|
adminguide/single.node.install
|
|
|
|
adminguide/multi.node.install
|
|
|
|
|
|
|
|
.. todo:: add swiftadmin
|
|
|
|
|
2010-11-11 11:43:32 -08:00
|
|
|
Developer Docs
|
|
|
|
==============
|
2010-05-27 23:05:26 -07:00
|
|
|
|
|
|
|
.. toctree::
|
2010-10-27 00:05:42 -04:00
|
|
|
:maxdepth: 1
|
|
|
|
|
2010-11-08 18:40:21 -08:00
|
|
|
quickstart
|
2010-11-07 14:51:40 -05:00
|
|
|
devref/index
|
2010-11-08 18:40:21 -08:00
|
|
|
community
|
2010-11-05 11:56:12 -07:00
|
|
|
|
2010-11-05 15:11:04 -04:00
|
|
|
Outstanding Documentation Tasks
|
|
|
|
===============================
|
|
|
|
|
|
|
|
.. todolist::
|
|
|
|
|
2010-05-27 23:05:26 -07:00
|
|
|
Indices and tables
|
|
|
|
==================
|
|
|
|
|
|
|
|
* :ref:`genindex`
|
|
|
|
* :ref:`modindex`
|
|
|
|
* :ref:`search`
|
|
|
|
|