Statistics
| Branch: | Tag: | Revision:

root / docs / i-image.rst @ 123be68a

History | View | Annotate | Download (1 kB)

1
.. _i-image:
2

    
3
Synnefo
4
-------
5

    
6
:ref:`synnefo <i-synnefo>` ||
7
:ref:`ns <i-ns>` ||
8
:ref:`apt <i-apt>` ||
9
:ref:`mq <i-mq>` ||
10
:ref:`db <i-db>` ||
11
:ref:`gunicorn <i-gunicorn>` ||
12
:ref:`apache <i-apache>` ||
13
:ref:`webproject <i-webproject>` ||
14
:ref:`astakos <i-astakos>` ||
15
:ref:`cms <i-cms>` ||
16
:ref:`pithos <i-pithos>` ||
17
:ref:`cyclades <i-cyclades>` ||
18
:ref:`kamaki <i-kamaki>` ||
19
:ref:`backends <i-backends>`
20

    
21
Backends
22
++++++++
23

    
24
:ref:`ganeti <i-ganeti>` ||
25
image ||
26
:ref:`gtools <i-gtools>` ||
27
:ref:`network <i-network>`
28

    
29
snf-image Setup
30
~~~~~~~~~~~~~~~
31

    
32
The following apply to ``ganeti`` nodes.
33

    
34
.. code-block:: console
35

    
36
   # apt-get install snf-image-host
37

    
38
Append this lines in `/etc/snf-image/default`
39

    
40
.. code-block:: console
41

    
42
    PITHOS_DB="postgresql://synnefo:example_passw0rd@db.example.com:5432/snf_pithos"
43
    PITHOS_DATA="/srv/pithos/data"
44
    PROGRESS_MONITOR='snf-progress-monitor'
45

    
46

    
47
and create snf-image-helper with:
48

    
49
.. code-block:: console
50

    
51
   # snf-image-update-helper -y
52

    
53

    
54
Test your Setup:
55
++++++++++++++++