.. _i-gtools: Synnefo ------- :ref:`synnefo ` || :ref:`ns ` || :ref:`apt ` || :ref:`mq ` || :ref:`db ` || :ref:`gunicorn ` || :ref:`apache ` || :ref:`webproject ` || :ref:`astakos ` || :ref:`cms ` || :ref:`pithos ` || :ref:`cyclades ` || :ref:`kamaki ` || :ref:`backends ` Backends ++++++++ :ref:`ganeti ` || :ref:`image ` || gtools || :ref:`network ` gtools Setup ~~~~~~~~~~~~ The following apply to ``ganeti`` nodes. .. code-block:: console # apt-get install snf-cyclades-gtools Add this line in `/etc/synnefo/gtools.conf` .. code-block:: console AMQP_HOSTS = ["amqp://synnefo:example_rabbitmq_passw0rd@mq.example.com:5672"] and enable ``snf-ganeti-eventd``: .. code-block:: console # sed -i 's/false/true/' /etc/default/snf-ganeti-eventd # /etc/init.d/snf-ganeti-eventd start Test your Setup: ++++++++++++++++