2010-05-27 23:05:26 -07:00
|
|
|
..
|
2011-01-04 16:58:08 -06:00
|
|
|
Copyright 2010-2011 United States Government as represented by the
|
2012-03-07 13:43:37 +08:00
|
|
|
Administrator of the National Aeronautics and Space Administration.
|
2010-06-23 22:04:16 -07:00
|
|
|
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
|
|
|
================================
|
|
|
|
|
2012-03-07 13:43:37 +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
|
2011-01-20 14:56:29 -06:00
|
|
|
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
|
2010-12-10 16:03:30 -06:00
|
|
|
* **Fault-Tolerant**: Isolated processes avoid cascading failures
|
2010-11-01 20:33:03 -04:00
|
|
|
* **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
|
2011-02-21 14:27:37 -06:00
|
|
|
tree. Additional draft and project documentation on Nova and other components of OpenStack can
|
2012-03-07 13:43:37 +08:00
|
|
|
be found on the `OpenStack wiki`_. Cloud administrators, refer to `docs.openstack.org`_.
|
2011-02-21 14:27:37 -06:00
|
|
|
|
|
|
|
Also see the :doc:`community` page for other ways to interact with the community.
|
2010-10-28 10:39:51 -04:00
|
|
|
|
|
|
|
.. _`OpenStack wiki`: http://wiki.openstack.org
|
2011-02-21 14:27:37 -06:00
|
|
|
.. _`docs.openstack.org`: http://docs.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-08 18:40:21 -08:00
|
|
|
service.architecture
|
2012-03-01 16:54:28 -05:00
|
|
|
object.model
|
2011-02-21 14:27:37 -06:00
|
|
|
runnova/index
|
2010-11-11 11:07:47 -08:00
|
|
|
|
2012-03-01 16:54:28 -05:00
|
|
|
.. swift.concepts
|
|
|
|
.. swift.object.model
|
|
|
|
|
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
|
|
|
|
2011-12-02 13:02:06 -06:00
|
|
|
API Extensions
|
|
|
|
==============
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
2012-02-15 18:51:36 -05:00
|
|
|
api_ext/index
|
2011-12-02 13:02:06 -06: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`
|
|
|
|
|