Statistics
| Branch: | Tag: | Revision:

root / docs / index.rst @ 59ab0466

History | View | Annotate | Download (6 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 (part of Cyclades) <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://www.synnefo.org/docs/kamaki/latest/index.html>
35
   snf-deploy: Synnefo deployment tool <snf-deploy>
36
   snf-image-creator: Image bundling/uploading/registering tool <http://www.synnefo.org/docs/snf-image-creator/latest/index.html>
37
   snf-image: Secure image deployment tool <http://www.synnefo.org/docs/snf-image/latest/index.html>
38
   snf-burnin: Integration testing tool for a running Synnefo deployment <snf-burnin>
39

    
40

    
41
Synnefo is designed to be as simple, scalable and production ready as possible.
42
Furthermore, although it can be deployed in small configurations, its prime
43
target is large installations.
44

    
45
All Synnefo components use an intuitive settings mechanism, that adds and removes
46
settings dynamically as components are getting added or removed from a physical
47
node. All settings are stored in a single location.
48

    
49
.. _general-arch:
50

    
51
Synnefo General Architecture
52
============================
53

    
54
The following graph shows the whole Synnefo architecture and how it interacts
55
with multiple Ganeti clusters.
56

    
57
.. image:: images/synnefo-arch2.png
58
   :width: 100%
59
   :target: _images/synnefo-arch2.png
60

    
61
Synnefo also supports RADOS as an alternative storage backend for
62
Files/Images/VM disks. :ref:`Here <syn+archip+rados>` is a graph that shows
63
Synnefo running with two different storage backends.
64

    
65
Synnefo Guides
66
==============
67

    
68
There are 4 guides for Synnefo.
69

    
70
The Quick Installation guide describes how to install Synnefo on a single node
71
in less than 10 minutes using the `snf-deploy` tool. This kind of installation
72
is targeted for testing and demo environments rather than production usage
73
deployments. It is the perfect way, even for an inexperienced user to have the
74
whole Synnefo stack up and running and allows for a quick preview of the basic
75
Synnefo features.
76

    
77
The Admin's installation guide describes how to install the whole Synnefo stack
78
in just two physical nodes. This guide is useful to those interested in
79
deploying Synnefo in large scale, as a starting point that will help them get
80
familiar with the Synnefo components and overall architecture, as well as the
81
interconnection between different services. This guide explains the whole
82
procedure step by step, without the use of the `snf-deploy` tool. Anyone
83
familiar with this guide, will be able to easily install Synnefo in a larger
84
number of nodes too, or even expand the two node installation dynamically.
85

    
86
The Administrator's Guide targets system administrators, who want to dive into
87
more details and common tasks regarding Synnefo. For the experienced Synnefo
88
administrator, there is also a section that describes how to do scale-out
89
Synnefo deployments with corresponding examples. This targets large scale
90
installations of Synnefo.
91

    
92
The Developer's Guide targets developers, who want to build on top of Synnefo
93
and so describes all the different types of interfaces Synnefo provides to the
94
external world. Also documents all Synnefo external REST APIs.
95

    
96
.. The Integrator's Guide targets developers, who want to actually
97
.. extend/modify/change Synnefo itself, so describes Synnefo's indepth
98
.. architecture and the internals of Synnefo components (currently out-of-date!).
99

    
100

    
101
.. toctree::
102
   :maxdepth: 1
103

    
104
   Quick Installation Guide (single node) <quick-install-guide>
105
   Installation Guide (on two nodes) <quick-install-admin-guide>
106

    
107
.. toctree::
108
   :maxdepth: 2
109

    
110
   Administrator's Guide <admin-guide>
111
   Developer's Guide <dev-guide>
112

    
113

    
114
List of all Synnefo components
115
==============================
116

    
117
They are also available from our apt repository: ``apt.dev.grnet.gr``
118

    
119
 * `snf-common <http://www.synnefo.org/docs/snf-common/latest/index.html>`_
120
 * `snf-webproject <http://www.synnefo.org/docs/snf-webproject/latest/index.html>`_
121
 * `snf-astakos-app <http://www.synnefo.org/docs/astakos/latest/index.html>`_
122
 * `snf-pithos-backend <http://www.synnefo.org/docs/pithos/latest/backends.html>`_
123
 * `snf-pithos-app <http://www.synnefo.org/docs/pithos/latest/index.html>`_
124
 * `snf-pithos-webclient <http://www.synnefo.org/docs/pithos-webclient/latest/index.html>`_
125
 * `snf-cyclades-app <http://www.synnefo.org/docs/snf-cyclades-app/latest/index.html>`_
126
 * `snf-cyclades-gtools <http://www.synnefo.org/docs/snf-cyclades-gtools/latest/index.html>`_
127
 * `astakosclient <http://www.synnefo.org/docs/astakosclient/latest/index.html>`_
128
 * `snf-vncauthproxy <https://code.grnet.gr/projects/vncauthproxy>`_
129
 * `snf-image <http://www.synnefo.org/docs/snf-image/latest/index.html/>`_
130
 * `snf-image-creator <http://www.synnefo.org/docs/snf-image-creator/latest/index.html>`_
131
 * `snf-occi <http://www.synnefo.org/docs/snf-occi/latest/index.html>`_
132
 * `snf-cloudcms <http://www.synnefo.org/docs/snf-cloudcms/latest/index.html>`_
133
 * `nfdhcpd <https://code.grnet.gr/projects/nfdhcpd>`_
134

    
135

    
136
Contact
137
=======
138

    
139
You can contact the Synnefo team at the following mailing lists:
140

    
141
 * Users list: synnefo@googlegroups.com
142
 * Developers list: synnefo-devel@googlegroups.com
143

    
144
The official site is:
145

    
146
 `http://www.synnefo.org <http://www.synnefo.org>`_
147

    
148
Indices and tables
149
==================
150

    
151

    
152
* :ref:`genindex`
153
* :ref:`modindex`
154
* :ref:`search`