Statistics
| Branch: | Tag: | Revision:

root / docs / i-gtools.rst @ 4b852017

History | View | Annotate | Download (1007 Bytes)

1
.. _i-gtools:
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
:ref:`image <i-image>` ||
26
gtools ||
27
:ref:`network <i-network>`
28

    
29
gtools Setup
30
~~~~~~~~~~~~
31

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

    
34
.. code-block:: console
35

    
36
   # apt-get install snf-cyclades-gtools
37

    
38
Add this line in `/etc/synnefo/gtools.conf`
39

    
40
.. code-block:: console
41

    
42
   AMQP_HOSTS = ["amqp://synnefo:example_rabbitmq_passw0rd@mq.example.com:5672"]
43

    
44

    
45
and enable ``snf-ganeti-eventd``:
46

    
47
.. code-block:: console
48

    
49
   # sed -i 's/false/true/' /etc/default/snf-ganeti-eventd
50
   # /etc/init.d/snf-ganeti-eventd start
51

    
52

    
53

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