Statistics
| Branch: | Tag: | Revision:

root / ganeti @ 391752b9

Name Size
__init__.py 0 Bytes
hooks.py 6.3 kB
models.py 0 Bytes
snf-ganeti-eventd.py 7.4 kB
snf-ganeti-hook 1.8 kB
snf-ganeti-hook.py 2.7 kB
tests.py 2.7 kB

Latest revisions

# Date Author Comment
0bb376ce 06/30/2011 03:41 pm Vangelis Koukis

Drop Django dependency in the Synnefo Ganeti hook

Drop all dependencies on Django in the Synnefo Ganeti hook.

  • Include a new bash script, which sets PYTHONPATH appropriately
  • Update README.deploy, include instructions on setting
    SYNNEFO_PROJECT_DIR inside this wrapper....
746c6bf4 06/30/2011 03:41 pm Vangelis Koukis

Extend net notifications to include IPv6 addresses

Include support for autogenerated public IPv6 addresses,
extend the logic layer accordingly:

  • Extend the Synnefo Ganeti hook to include autogenerated
    IPv6 addresses in ganeti-net-status notifications over AMQP....
eab0602e 06/30/2011 03:41 pm Vangelis Koukis

Include firewall info in ganeti-net-status msgs

Extend the Ganeti hook to include firewall information in notifications
of type ganeti-net-status. Use synnefo:network:* instance tags, as
passed through the GANETI_INSTANCE_TAGS environment variable to determine...

36cf1973 06/27/2011 06:12 pm Vangelis Koukis

Drop Django dependency in the Ganeti event daemon

Modify the Ganeti event daemon to have no dependency on Django. * Make it an independent daemon, drop all Django dependencies * Import Django's settings.py directly * Rename ganeti/ganeti-eventd.py to ganeti/snf-ganeti-eventd.py...

80dcd124 06/06/2011 08:44 am Vangelis Koukis

Also handle IN_MOVED_TO event in ganeti-eventd.py

Also handle the IN_MOVED_TO event from inotify() in ganeti-eventd.py,
to work with Ganeti versions >=2.4.2, which write to a temporary file
in the job queue, then rename it immediately.

f533f224 06/03/2011 04:35 pm Vangelis Koukis

Merge branches api-current and ui-0.4, minor fixes

Merge branches api-current and ui-0.4: * Fix merge conflicts * Fix minor bug in reconciliation mgmt command * Add comments in settings.py.dist * minor PEP8 fixes

2cd99e7a 05/11/2011 09:53 am Giorgos Gousios

Style and pylint suggested fixes

7ca9e930 05/09/2011 05:56 pm Vangelis Koukis

Improve AMQP-specific parts of settings.py.dist

Add support in settings.py.dist for fixing AMQP-specific variables
in settings after setting BACKEND_PREFIX_ID.

Temporarily use two different queues for routing messages of type
"ganeti-op-status" and "ganeti-net-status" independently....

b9eef123 05/09/2011 03:59 pm Vangelis Koukis

Extend Synnefo Ganeti Hook, add support for AMQP

Extend the Synnefo Ganeti hook, add support for publishing
notifications over AMQP: * Make all hooks inherit from GanetiHook * Connect to RabbitMQ, publish notifications in JSON * Extend post-instance-start hook to publish net updates...

432e5455 05/09/2011 12:15 pm Giorgos Gousios

Fix routing key naming

View revisions

Also available in: Atom