Statistics
| Branch: | Tag: | Revision:

root / doc / index.rst @ 0565f862

History | View | Annotate | Download (4.3 kB)

1
.. Ganeti documentation master file,
2
   created by sphinx-quickstart
3

    
4
Welcome to Ganeti's documentation!
5
==================================
6

    
7
This page is the starting point for browsing the Ganeti
8
documentation. Below, the corpus of Ganeti documentation is grouped by
9
topic.
10

    
11
A few quick references:
12

    
13
- :doc:`glossary`: Provides explanations of basic Ganeti terminology.
14
- :doc:`news` file: Lists changes between Ganeti versions.
15
- :ref:`search`: Allows you to search for key terms across Ganeti documentation.
16

    
17
Installing Ganeti
18
+++++++++++++++++
19

    
20
Use the following resources to install and/or upgrade Ganeti:
21

    
22
- :doc:`install`: Comprehensive instructions for installing Ganeti.
23
- :doc:`install-quick`: A shortened installation guide for the experienced Ganeti user.
24
- :doc:`upgrade`: Instructions for upgrading an existing Ganeti installation to the latest version.
25

    
26
Using Ganeti
27
++++++++++++
28

    
29
The following resources provide guidance on how to use Ganeti:
30

    
31
- :doc:`admin`: Information about how to manage a Ganeti cluster after it is installed (including management of nodes and instances, and information about Ganeti's tools and monitoring agent).
32
- :doc:`walkthrough`: An example-oriented guide to Ganeti.
33
- :doc:`manpages`: Descriptions of the various tools that are part of Ganeti.
34
- :doc:`security`: A description of the security model underlying a Ganeti cluster.
35
- :doc:`hooks`: Information on hooking scripts, which extend Ganeti functionalities by automatically activating when certain events occur.
36
- :doc:`iallocator`: Description of the API for external tools, which can allocate instances either manually or automatically.
37
- :doc:`rapi`: Description of the Ganeti remote API, which allows programmatic access to most of the functionalities of Ganeti.
38
- :doc:`ovfconverter`: Description of a tool that provides compatibility with the standard OVF virtual machine interchange format.
39
- :doc:`virtual-cluster`: Explanation of how to use virtual cluster support, which is utilized mainly for testing reasons.
40

    
41
Some features are explicitly targeted for large Ganeti installations,
42
in which multiple clusters are present:
43

    
44
- :doc:`cluster-merge`: Describes a tool for merging two existing clusters.
45
- :doc:`move-instance`: Describes how to move instances between clusters.
46

    
47
Developing Ganeti
48
+++++++++++++++++
49

    
50
There are a few documents particularly useful for developers who want
51
to modify Ganeti:
52

    
53
- :doc:`locking`: Describes Ganeti's locking strategy and lock order dependencies.
54
- :doc:`devnotes`: Details build dependencies and other useful development-related information. 
55

    
56

    
57
Implemented designs
58
-------------------
59

    
60
Before actual implementation, all Ganeti features are described in a
61
design document. Designs fall into two categories: released versions
62
and draft versions (which are either incomplete or not implemented).
63

    
64
.. toctree::
65
   :maxdepth: 1
66

    
67
   design-2.0.rst
68
   design-2.1.rst
69
   design-2.2.rst
70
   design-2.3.rst
71
   design-htools-2.3.rst
72
   design-2.4.rst
73
   design-2.5.rst
74
   design-2.6.rst
75
   design-2.7.rst
76
   design-2.8.rst
77
   design-2.9.rst
78
   design-2.10.rst
79
   design-2.11.rst
80

    
81
Draft designs
82
-------------
83
.. toctree::
84
   :maxdepth: 2
85

    
86
   design-draft.rst
87

    
88
.. toctree::
89
   :hidden:
90

    
91
   admin.rst
92
   cluster-merge.rst
93
   cluster-keys-replacement.rst
94
   design-autorepair.rst
95
   design-bulk-create.rst
96
   design-chained-jobs.rst
97
   design-cmdlib-unittests.rst
98
   design-cpu-pinning.rst
99
   design-device-uuid-name.rst
100
   design-file-based-storage.rst
101
   design-hroller.rst
102
   design-hotplug.rst
103
   design-kvmd.rst
104
   design-linuxha.rst
105
   design-lu-generated-jobs.rst
106
   design-monitoring-agent.rst
107
   design-multi-reloc.rst
108
   design-multi-version-tests.rst
109
   design-network.rst
110
   design-node-add.rst
111
   design-node-security.rst
112
   design-oob.rst
113
   design-openvswitch.rst
114
   design-opportunistic-locking.rst
115
   design-os.rst
116
   design-ovf-support.rst
117
   design-partitioned
118
   design-query2.rst
119
   design-reason-trail.rst
120
   design-restricted-commands.rst
121
   design-shared-storage.rst
122
   design-storagetypes.rst
123
   design-upgrade.rst
124
   design-virtual-clusters.rst
125
   devnotes.rst
126
   dev-codestyle.rst
127
   glossary.rst
128
   hooks.rst
129
   iallocator.rst
130
   install.rst
131
   install-quick.rst
132
   locking.rst
133
   manpages.rst
134
   monitoring-query-format.rst
135
   move-instance.rst
136
   news.rst
137
   ovfconverter.rst
138
   rapi.rst
139
   security.rst
140
   upgrade.rst
141
   virtual-cluster.rst
142
   walkthrough
143

    
144
.. vim: set textwidth=72 :