Statistics
| Branch: | Tag: | Revision:

root / doc / index.rst @ 13d26b66

History | View | Annotate | Download (4.4 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-internal-shutdown.rst
104
   design-kvmd.rst
105
   design-linuxha.rst
106
   design-lu-generated-jobs.rst
107
   design-monitoring-agent.rst
108
   design-multi-reloc.rst
109
   design-multi-version-tests.rst
110
   design-network.rst
111
   design-node-add.rst
112
   design-node-security.rst
113
   design-oob.rst
114
   design-openvswitch.rst
115
   design-opportunistic-locking.rst
116
   design-os.rst
117
   design-ovf-support.rst
118
   design-partitioned
119
   design-query2.rst
120
   design-reason-trail.rst
121
   design-restricted-commands.rst
122
   design-shared-storage.rst
123
   design-ssh-ports.rst
124
   design-storagetypes.rst
125
   design-upgrade.rst
126
   design-virtual-clusters.rst
127
   devnotes.rst
128
   dev-codestyle.rst
129
   glossary.rst
130
   hooks.rst
131
   iallocator.rst
132
   install.rst
133
   install-quick.rst
134
   locking.rst
135
   manpages.rst
136
   monitoring-query-format.rst
137
   move-instance.rst
138
   news.rst
139
   ovfconverter.rst
140
   rapi.rst
141
   security.rst
142
   upgrade.rst
143
   virtual-cluster.rst
144
   walkthrough
145

    
146
.. vim: set textwidth=72 :