Statistics
| Branch: | Tag: | Revision:

root / docs / scale / i-gtools.rst @ 30096a2e

History | View | Annotate | Download (1 kB)

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:`qh <i-qh>` ||
16
:ref:`cms <i-cms>` ||
17
:ref:`pithos <i-pithos>` ||
18
:ref:`cyclades <i-cyclades>` ||
19
:ref:`kamaki <i-kamaki>` ||
20
:ref:`backends <i-backends>`
21

    
22
Backends
23
++++++++
24

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

    
30
gtools Setup
31
~~~~~~~~~~~~
32

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

    
35
.. code-block:: console
36

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

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

    
41
.. code-block:: console
42

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

    
45

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

    
48
.. code-block:: console
49

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

    
53

    
54

    
55
Test your Setup:
56
++++++++++++++++