88 lines
2.5 KiB
ReStructuredText
Raw Normal View History

2010-05-27 23:05:26 -07:00
..
Copyright 2010-2011 United States Government as represented by the
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
================================
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
tree. Additional draft and project documentation on Nova and other components of OpenStack can
be found on the `OpenStack wiki`_. Cloud administrators, refer to `docs.openstack.org`_.
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
.. _`docs.openstack.org`: http://docs.openstack.org
2010-10-27 00:05:42 -04:00
2010-11-08 18:40:21 -08:00
Key Concepts
============
.. toctree::
:maxdepth: 1
cloud101
nova.concepts
2010-11-08 18:40:21 -08:00
service.architecture
object.model
runnova/index
.. 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
devref/index
2010-11-08 18:40:21 -08:00
community
2010-11-05 11:56:12 -07:00
API Extensions
==============
.. toctree::
:maxdepth: 1
api_ext/index
Outstanding Documentation Tasks
===============================
.. todolist::
2010-05-27 23:05:26 -07:00
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`