root / docs / index.rst @ 20c0dfdc
History | View | Annotate | Download (5.7 kB)
1 |
Welcome to Synnefo's documentation |
---|---|
2 |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
3 |
|
4 |
.. image:: /images/synnefo-logo.png |
5 |
|
6 |
| Synnefo is open source cloud software, used to create massively scalable IaaS |
7 |
clouds. |
8 |
| Synnefo uses `Google Ganeti <http://code.google.com/p/ganeti/>`_ for the low |
9 |
level VM management part. |
10 |
|
11 |
| You can see Synnefo in action, powering GRNET's |
12 |
`~okeanos public cloud service <http://okeanos.io>`_. |
13 |
| It is a collection of components (snf-*), most of them written in python, that |
14 |
are used as the building bricks to provide the following services: |
15 |
|
16 |
.. toctree:: |
17 |
:maxdepth: 1 |
18 |
|
19 |
Identity Management (codename: astakos) <astakos> |
20 |
Object Storage Service (codename: pithos) <pithos> |
21 |
Compute Service (codename: cyclades) <cyclades> |
22 |
Network Service (part of Cyclades) <networks> |
23 |
Image Service (codename: plankton) <plankton> |
24 |
Volume Storage Service (codename: archipelago) <archipelago> |
25 |
|
26 |
.. image:: images/synnefo-overview.png |
27 |
:target: _images/synnefo-overview.png |
28 |
|
29 |
There are also the following tools: |
30 |
|
31 |
.. toctree:: |
32 |
:maxdepth: 1 |
33 |
|
34 |
kamaki: Command-line client <http://docs.dev.grnet.gr/kamaki/latest/index.html> |
35 |
snf-deploy: Synnefo deployment tool <snf-deploy> |
36 |
snf-image-creator: Image bundling/uploading/registering tool <http://docs.dev.grnet.gr/snf-image-creator/latest/index.html> |
37 |
snf-image: Secure image deployment tool <snf-image> |
38 |
|
39 |
|
40 |
Synnefo is designed to be as simple, scalable and production ready as possible. |
41 |
Furthermore, although it can be deployed in small configurations, its prime |
42 |
target is large installations. |
43 |
|
44 |
All Synnefo components use an intuitive settings mechanism, that adds and removes |
45 |
settings dynamically as components are getting added or removed from a physical |
46 |
node. All settings are stored in a single location. |
47 |
|
48 |
.. _general-arch: |
49 |
|
50 |
Synnefo General Architecture |
51 |
============================ |
52 |
|
53 |
The following graph shows the whole Synnefo architecture and how it interacts |
54 |
with multiple Ganeti clusters. |
55 |
|
56 |
.. image:: images/synnefo-arch2.png |
57 |
:width: 100% |
58 |
:target: _images/synnefo-arch2.png |
59 |
|
60 |
Synnefo also supports RADOS as an alternative storage backend for |
61 |
Files/Images/VM disks. :ref:`Here <syn+archip+rados>` is a graph that shows |
62 |
Synnefo running with two different storage backends. |
63 |
|
64 |
Synnefo Guides |
65 |
============== |
66 |
|
67 |
There are 4 guides for Synnefo. |
68 |
|
69 |
.. For the really impatient snf-deploy tool allows you to install all software |
70 |
.. components from scratch (creating locally kvm based Virtual Machines) or to an |
71 |
.. existing cluster (in the same network subnet and domain, same network |
72 |
.. configuration, vanilla debian squeeze and installed ssh keys). Please note that |
73 |
.. this should be used only for testing or demo installations because most of the |
74 |
.. times the prerequisites cannot be satisfied due to the underlying |
75 |
.. infrastructure complexity (especially as far as networks is conserned). |
76 |
|
77 |
The quick installation guide describes how to install the whole Synnefo stack |
78 |
in just two physical nodes, for testing purposes. This guide is useful to those |
79 |
interested in deploying Synnefo in large scale, as a starting point that will |
80 |
help them get familiar with the Synnefo components and overall architecture, as |
81 |
well as the interconnection between different services. Such an installation, |
82 |
also provides a quick preview of the basic Synnefo features, although we would |
83 |
like to think that Synnefo's real power unveils while scaling. |
84 |
|
85 |
The Administrator's Guide targets system administrators, who want to dive into |
86 |
more details and common tasks regarding Synnefo. For the experienced Synnefo |
87 |
administrator, there is also a section that describes how to deploy Synnefo in |
88 |
large scale with a corresponding guide. |
89 |
|
90 |
The Developer's Guide targets developers, who want to build on top of Synnefo |
91 |
and so describes all the different types of interfaces Synnefo provides to the |
92 |
external world. The Integrator's Guide targets developers, who want to actually |
93 |
extend/modify/change Synnefo itself, so describes Synnefo's indepth |
94 |
architecture and the internals of Synnefo components (currently out-of-date!). |
95 |
|
96 |
|
97 |
.. toctree:: |
98 |
:maxdepth: 1 |
99 |
|
100 |
Quick Installation Guide (on two nodes) <quick-install-admin-guide> |
101 |
|
102 |
.. toctree:: |
103 |
:maxdepth: 2 |
104 |
|
105 |
Administrator's Guide <admin-guide> |
106 |
Developer's Guide <dev-guide> |
107 |
Integrator's Guide <intgrt-guide> |
108 |
|
109 |
|
110 |
List of all Synnefo components |
111 |
============================== |
112 |
|
113 |
They are also available from our apt repository: ``apt.okeanos.grnet.gr`` |
114 |
|
115 |
* `snf-common <http://docs.dev.grnet.gr/snf-common/latest/index.html>`_ |
116 |
* `snf-webproject <http://docs.dev.grnet.gr/snf-webproject/latest/index.html>`_ |
117 |
* `snf-astakos-app <http://docs.dev.grnet.gr/astakos/latest/index.html>`_ |
118 |
* `snf-pithos-backend <http://docs.dev.grnet.gr/pithos/latest/backends.html>`_ |
119 |
* `snf-pithos-app <http://docs.dev.grnet.gr/pithos/latest/index.html>`_ |
120 |
* `snf-pithos-webclient <http://docs.dev.grnet.gr/pithos-webclient/latest/index.html>`_ |
121 |
* `snf-cyclades-app <http://docs.dev.grnet.gr/snf-cyclades-app/latest/index.html>`_ |
122 |
* `snf-cyclades-gtools <http://docs.dev.grnet.gr/snf-cyclades-gtools/latest/index.html>`_ |
123 |
* `snf-vncauthproxy <https://code.grnet.gr/projects/vncauthproxy>`_ |
124 |
* `snf-image <https://code.grnet.gr/projects/snf-image/wiki/>`_ |
125 |
* `snf-image-creator <http://docs.dev.grnet.gr/snf-image-creator/latest/index.html>`_ |
126 |
* `snf-occi <http://docs.dev.grnet.gr/snf-occi/latest/index.html>`_ |
127 |
* `snf-cloudcms <http://docs.dev.grnet.gr/snf-cloudcms/latest/index.html>`_ |
128 |
* `nfdhcpd <https://code.grnet.gr/projects/nfdhcpd>`_ |
129 |
|
130 |
|
131 |
Contact |
132 |
======= |
133 |
|
134 |
You can contact the Synnefo team at the following mailing lists: |
135 |
|
136 |
* Users list: synnefo@googlegroups.com |
137 |
* Developers list: synnefo-devel@googlegroups.com |
138 |
|
139 |
The official site is: |
140 |
|
141 |
`http://www.synnefo.org <http://www.synnefo.org>`_ |
142 |
|
143 |
Indices and tables |
144 |
================== |
145 |
|
146 |
|
147 |
* :ref:`genindex` |
148 |
* :ref:`modindex` |
149 |
* :ref:`search` |