Revision b1996c81 snf-ganeti-tools/docs/index.rst

b/snf-ganeti-tools/docs/index.rst
1
.. _snf-asterias-ganeti-tools:
1
.. _snf-cyclades-ganeti-tools:
2 2

  
3
Component snf-asterias-ganeti-tools
3
Component snf-cyclades-ganeti-tools
4 4
===================================
5 5

  
6
synnefo component :ref:`snf-asterias-ganeti-tools <snf-asterias-ganeti-tools>` is a set of
6
synnefo component :ref:`snf-cyclades-ganeti-tools <snf-cyclades-ganeti-tools>` is a set of
7 7
tools that need to be installed on all Ganeti nodes:
8 8

  
9 9
    * :ref:`event daemon <eventd>`
......
15 15
Event daemon
16 16
------------
17 17

  
18
synnefo component :ref:`snf-asterias-ganeti-tools <snf-asterias-ganeti-tools>` includes
18
synnefo component :ref:`snf-cyclades-ganeti-tools <snf-cyclades-ganeti-tools>` includes
19 19
``snf-ganeti-eventd``, the synnefo-specific Ganeti event daemon.
20 20
It monitors the Ganeti job queue and produces notifications to the rest of
21 21
the synnefo infrastructure over AMQP whenever a Ganeti job makes progress.
......
27 27
Hook
28 28
----
29 29

  
30
synnefo component :ref:`snf-asterias-ganeti-tools <snf-asterias-ganeti-tools>` defines
30
synnefo component :ref:`snf-cyclades-ganeti-tools <snf-cyclades-ganeti-tools>` defines
31 31
a synnefo-specific hook, running inside Ganeti.
32 32

  
33 33
.. _progress_monitor:
......
42 42
Package source
43 43
--------------
44 44

  
45
The source for component :ref:`snf-asterias-ganeti-tools <snf-asterias-ganeti-tools>`
46
lives under ``snf-asterias-ganeti-tools/`` at ``git://code.grnet.gr/git/synnefo``,
45
The source for component :ref:`snf-cyclades-ganeti-tools <snf-cyclades-ganeti-tools>`
46
lives under ``snf-cyclades-ganeti-tools/`` at ``git://code.grnet.gr/git/synnefo``,
47 47
also accessible at
48
`code.grnet.gr <https://code.grnet.gr/projects/synnefo/repository/revisions/master/show/snf-asterias-ganeti-tools>`_.
48
`code.grnet.gr <https://code.grnet.gr/projects/synnefo/repository/revisions/master/show/snf-cyclades-ganeti-tools>`_.
49 49

  
50 50
Package installation
51 51
--------------------
......
53 53
.. todo:: kpap: verify instructions for installation from source.
54 54

  
55 55
Use ``pip`` to install the latest version of the package from source,
56
or request a specific version as ``snf-asterias-ganeti-tools==x.y.z``.
56
or request a specific version as ``snf-cyclades-ganeti-tools==x.y.z``.
57 57

  
58 58
.. code-block:: console
59 59

  
60
   pip install snf-asterias-ganeti-tools -f https://docs.dev.grnet.gr/pypi
60
   pip install snf-cyclades-ganeti-tools -f https://docs.dev.grnet.gr/pypi
61 61

  
62
On Debian Squeeze, install the ``snf-asterias-ganeti-tools`` Debian package.
62
On Debian Squeeze, install the ``snf-cyclades-ganeti-tools`` Debian package.
63 63

  
64 64
Package configuration
65 65
---------------------
......
97 97
Package settings
98 98
----------------
99 99

  
100
Component :ref:`snf-asterias-ganeti-tools <snf-asterias-ganeti-tools>` requires the following
100
Component :ref:`snf-cyclades-ganeti-tools <snf-cyclades-ganeti-tools>` requires the following
101 101
settings, as managed by :ref:`snf-common <snf-common>`:
102 102

  
103
.. literalinclude:: ../../../snf-asterias-ganeti-tools/synnefo/settings.py
103
.. literalinclude:: ../../../snf-cyclades-ganeti-tools/synnefo/settings.py
104 104

  
105 105
.. todo:: make sure the settings are included properly.

Also available in: Unified diff