Statistics
| Branch: | Tag: | Revision:

root / docs / index.rst @ bc055d09

History | View | Annotate | Download (2.5 kB)

1
Welcome to synnefo's documentation
2
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3

    
4
.. image:: /images/synnefo-logo.png
5

    
6
synnefo is opensource software, used to create massively scalable IaaS clouds.
7

    
8
| You can see synnefo in action, powering GRNET's
9
  `~okeanos cloud service <https://okeanos.grnet.gr>`_.
10
| It is a collection of components (snf-*), most of them written in python, that
11
  are used as the building bricks to provide the following services:
12

    
13
.. toctree::
14
   :maxdepth: 1
15

    
16
   Identity Management (codename: astakos) <astakos>
17
   File Storage Service (codename: pithos+) <pithos>
18
   Compute/Network Service (codename: cyclades) <cyclades>
19
   Image Registry (codename: plankton) <plankton>
20
   Billing Service (codename: aquarium) <http://docs.dev.grnet.gr/aquarium/latest/index.html>
21
   Volume Storage Service (codename: archipelago) <archipelago>
22

    
23
There are also components for:
24

    
25
.. toctree::
26
   :maxdepth: 1
27

    
28
   Secure image deployment (image tool) <snf-image>
29
   Command-line cloud management (kamaki tool) <http://docs.dev.grnet.gr/kamaki/v0.2/index.html>
30

    
31
synnefo is designed to be as simple, scalable and production ready as possible.
32
Furthermore, although it can be deployed in small configurations, its prime
33
target is large installations. If you are planning for the latter, you should
34
first be completely aware of what you want to provide, the architecture of your
35
cluster/s and synnefo's overall architecture before you start deploying.
36

    
37
All synnefo components use an intuitive settings mechanism, that gives you the
38
ability to either deploy the above services independently and standalone, or
39
interconnected with each other, in large configurations.
40

    
41

    
42
Synnefo Guides
43
==============
44

    
45
There are 3 guides for Synnefo. The Administrator's Guide targets system
46
administrators, who want to deploy synnefo on small or large installations. The
47
Developer's Guide targets developers, who want to build on top of synnefo and so
48
describes all the different types of interfaces synnefo provides to the external
49
world. The Integrator's Guide targets developers, who want to actually
50
extend/modify/change synnefo itself, so describes synnefo's indepth architecture
51
and the internals of synnefo components.
52

    
53
.. toctree::
54
   :maxdepth: 2
55

    
56
   Administrator's Guide <admin-guide>
57
   Developer's Guide <dev-guide>
58
   Integrator's Guide <intgrt-guide>
59

    
60

    
61
Contact
62
=======
63

    
64
You can contact the synnefo team at: synnefo@lists.grnet.gr
65

    
66

    
67
Indices and tables
68
==================
69

    
70

    
71
* :ref:`genindex`
72
* :ref:`modindex`
73
* :ref:`search`