Revision 14267d89

b/docs/admin-guide.rst
6 6
This is the complete Synnefo Administrator's Guide.
7 7

  
8 8

  
9
.. _syn+archip:
9 10

  
10 11
General Synnefo Architecture
11 12
============================
12 13

  
13
The following graph shows the whole Synnefo architecture and how it interacts
14
with multiple Ganeti clusters. We hope that after reading the Administrator's
15
Guide you will be able to understand every component and all the interactions
16
between them. It is a good idea to first go through the Administrator's Guide
17
before proceeding.
14
The following figure shows a detailed view of the whole Synnefo architecture
15
and how it interacts with multiple Ganeti clusters. We hope that after reading
16
the Administrator's Guide you will be able to understand every component and
17
all the interactions between them.
18 18

  
19 19
.. image:: images/synnefo-arch2.png
20 20
   :width: 100%
21 21
   :target: _images/synnefo-arch2.png
22 22

  
23
Synnefo also supports RADOS as an alternative storage backend for
24
Files/Images/VM disks. You will find the :ref:`corresponding figure
25
<syn+archip+rados>` later in this guide.
23 26

  
24 27

  
25 28
Identity Service (Astakos)
b/docs/index.rst
46 46
settings dynamically as components are getting added or removed from a physical
47 47
node. All settings are stored in a single location.
48 48

  
49

  
49 50
.. _general-arch:
50 51

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

  
54
The following graph shows the whole Synnefo architecture and how it interacts
55
with multiple Ganeti clusters.
55
The following graph shows the whole Synnefo stack and how it interacts with
56
multiple Ganeti clusters and the storage backends. Synnefo decouples the cloud
57
from the cluster layer enhancing robustness, stability and ease of
58
administration. As shown in the figure below, Synnefo sits on the cloud layer:
56 59

  
57
.. image:: images/synnefo-arch2.png
60
.. image:: images/snf-architecture.png
58 61
   :width: 100%
59
   :target: _images/synnefo-arch2.png
62
   :target: _images/snf-architecture.png
63

  
64
Synnefo manages multiple Ganeti clusters and different kind of storage backends
65
such as a Ceph/RADOS cluster or an NFS-based backend.
66

  
67
For an extensive view of all components and APIs between them, please take a
68
look at the Admin Guide's :ref:`corresponding figure <syn+archip>`.
60 69

  
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 70

  
65 71
Synnefo Guides
66 72
==============

Also available in: Unified diff